summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/tables.scss
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-05-29 17:24:50 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-05-29 17:24:50 +0200
commita2f6aa96a9f44a0c1880871c2d5a7b8638d8b3cb (patch)
tree5c7d8a8befe6a362081f7e3f1cd468874f5bd792 /app/assets/stylesheets/framework/tables.scss
parent162cc55e49e155d64ee862dfebefd97cec7d272c (diff)
parent58c50d40524e0b0c23d4c5d7782583e3742047ba (diff)
downloadgitlab-ce-a2f6aa96a9f44a0c1880871c2d5a7b8638d8b3cb.tar.gz
Merge branch 'master' into backstage/gb/use-persisted-stages-to-improve-pipelines-table
* master: (583 commits)
Diffstat (limited to 'app/assets/stylesheets/framework/tables.scss')
-rw-r--r--app/assets/stylesheets/framework/tables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/tables.scss b/app/assets/stylesheets/framework/tables.scss
index 5bde96caf42..a10bd1544c5 100644
--- a/app/assets/stylesheets/framework/tables.scss
+++ b/app/assets/stylesheets/framework/tables.scss
@@ -48,7 +48,7 @@ table {
}
.responsive-table {
- @media (max-width: $screen-sm-max) {
+ @include media-breakpoint-down(sm) {
th {
width: 100%;
}