diff options
author | Phil Hughes <me@iamphill.com> | 2019-01-24 09:03:40 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2019-01-24 09:03:40 +0000 |
commit | 490eeb5159945107576c756b22c08f99b45a8463 (patch) | |
tree | 61a7282b599288386165789574dee348b3bbea0a | |
parent | aebc47256a504dbc30cb1ccf66e44667c3f2f05c (diff) | |
parent | d25fd033087989fc203d6c9f39aced7dc0ad57a1 (diff) | |
download | gitlab-ce-490eeb5159945107576c756b22c08f99b45a8463.tar.gz |
Merge branch '8621-new-feature-flag-vue-ce-backport' into 'master'
Adds extra sizes in responsive tables
See merge request gitlab-org/gitlab-ce!24605
-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 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 + '%'}; |