summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss9
1 files changed, 8 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index f73a133ceb6..8e47f020a6f 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -13,6 +13,14 @@
white-space: nowrap;
}
+ .table-holder {
+ width: 100%;
+
+ @media (max-width: $screen-sm-max) {
+ overflow: auto;
+ }
+ }
+
.commit-title {
margin: 0;
}
@@ -100,7 +108,6 @@
width: 100%;
overflow: auto;
}
-
}
}