Apply fix to enviroments table

This commit is contained in:
Filipa Lacerda 2017-03-23 14:11:51 +00:00
parent 5b5a7ed02d
commit 1e7cc6f2cb
2 changed files with 4 additions and 3 deletions

View file

@ -18,7 +18,10 @@
.environments-container {
.table-holder {
width: 100%;
overflow: auto;
@media (max-width: $screen-sm-max) {
overflow: auto;
}
}
.table.ci-table {

View file

@ -102,8 +102,6 @@
@media (max-width: $screen-md-max) {
.content-list {
&.pipelines,
&.environments-container,
&.builds-content-list {
width: 100%;
overflow: auto;