Commit 1e7cc6f2 authored by Filipa Lacerda's avatar Filipa Lacerda

Apply fix to enviroments table

parent 5b5a7ed0
...@@ -18,7 +18,10 @@ ...@@ -18,7 +18,10 @@
.environments-container { .environments-container {
.table-holder { .table-holder {
width: 100%; width: 100%;
overflow: auto;
@media (max-width: $screen-sm-max) {
overflow: auto;
}
} }
.table.ci-table { .table.ci-table {
......
...@@ -102,8 +102,6 @@ ...@@ -102,8 +102,6 @@
@media (max-width: $screen-md-max) { @media (max-width: $screen-md-max) {
.content-list { .content-list {
&.pipelines,
&.environments-container,
&.builds-content-list { &.builds-content-list {
width: 100%; width: 100%;
overflow: auto; overflow: auto;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment