diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-03-23 14:11:51 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-03-23 14:11:51 +0000 |
commit | 1e7cc6f2cb3990f7dea924aaef637ed0b7574c1f (patch) | |
tree | 5dcb559d2a90b6e9f2ca158ae3fc54598adf39ff /app/assets | |
parent | 5b5a7ed02d4855e71b0b43490f64cce14dd4a4c5 (diff) | |
download | gitlab-ce-1e7cc6f2cb3990f7dea924aaef637ed0b7574c1f.tar.gz |
Apply fix to enviroments table
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/pages/environments.scss | 5 | ||||
-rw-r--r-- | app/assets/stylesheets/pages/pipelines.scss | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/environments.scss b/app/assets/stylesheets/pages/environments.scss index 73a5da715f2..25be7f408d0 100644 --- a/app/assets/stylesheets/pages/environments.scss +++ b/app/assets/stylesheets/pages/environments.scss @@ -18,7 +18,10 @@ .environments-container { .table-holder { width: 100%; - overflow: auto; + + @media (max-width: $screen-sm-max) { + overflow: auto; + } } .table.ci-table { diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss index 8e47f020a6f..772f05feb12 100644 --- a/app/assets/stylesheets/pages/pipelines.scss +++ b/app/assets/stylesheets/pages/pipelines.scss @@ -102,8 +102,6 @@ @media (max-width: $screen-md-max) { .content-list { - &.pipelines, - &.environments-container, &.builds-content-list { width: 100%; overflow: auto; |