summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-01-23 14:56:49 +0000
committerFilipa Lacerda <filipa@gitlab.com>2019-01-23 14:56:49 +0000
commitd25fd033087989fc203d6c9f39aced7dc0ad57a1 (patch)
treeae246fa623c4e5fcdf3df883b84d98b0c0e5a2d7
parent8ae38ca2b7fdfd6d044fa86f05b611c88b7b27dc (diff)
downloadgitlab-ce-d25fd033087989fc203d6c9f39aced7dc0ad57a1.tar.gz
Adds extra sizes in responsive tables
Adds two extra column sizes in the responsive tables css
-rw-r--r--app/assets/stylesheets/framework/responsive_tables.scss2
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 29a9c076cdf..6bd44ee19bd 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 60 100;
+ $section-widths: 5 10 15 20 25 30 40 50 60 70 80 100;
@each $width in $section-widths {
&.section-#{$width} {
flex: 0 0 #{$width + '%'};