diff options
author | samdbeckham <sbeckham@gitlab.com> | 2018-09-26 15:58:57 +0100 |
---|---|---|
committer | samdbeckham <sbeckham@gitlab.com> | 2018-09-26 15:58:57 +0100 |
commit | 821814a74c5268dfe7ef153c9e3828fc15523244 (patch) | |
tree | e59e54a91cb5009ca3152da0cea1f67f9821b0cd | |
parent | 404b7802d1d1a11f3fb7c5d4955927d74331b303 (diff) | |
download | gitlab-ce-821814a74c5268dfe7ef153c9e3828fc15523244.tar.gz |
Adds an extra width to the responsive tables
-rw-r--r-- | app/assets/stylesheets/framework/responsive_tables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/responsive_tables.scss b/app/assets/stylesheets/framework/responsive_tables.scss index fc185ccfaad..29a9c076cdf 100644 --- a/app/assets/stylesheets/framework/responsive_tables.scss +++ b/app/assets/stylesheets/framework/responsive_tables.scss @@ -39,7 +39,7 @@ .table-section { white-space: nowrap; - $section-widths: 5 10 15 20 25 30 40 50 100; + $section-widths: 5 10 15 20 25 30 40 50 60 100; @each $width in $section-widths { &.section-#{$width} { flex: 0 0 #{$width + '%'}; |