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
This commit is contained in:
Phil Hughes 2019-01-24 09:03:40 +00:00
commit 490eeb5159
1 changed files with 1 additions and 1 deletions

View File

@ -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 + '%'};