diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2018-09-27 17:40:51 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2018-09-27 17:40:51 +0000 |
commit | 81e9c1ff41adcbee1429e14047815eea707b29bd (patch) | |
tree | 598cc9f7ae1731c3cf5ad72624dc8f1bfb13d371 | |
parent | 6dfe259467d5cee187a01f98d57ed1693f530591 (diff) | |
parent | 602e9de6dcc1c57837533bb093da631d4960983c (diff) | |
download | gitlab-ce-81e9c1ff41adcbee1429e14047815eea707b29bd.tar.gz |
Merge branch 'more-table-widths' into 'master'
Adds an extra width to the responsive tables
See merge request gitlab-org/gitlab-ce!21928
-rw-r--r-- | app/assets/stylesheets/framework/responsive_tables.scss | 2 | ||||
-rw-r--r-- | changelogs/unreleased/more-table-widths.yml | 5 |
2 files changed, 6 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 + '%'}; diff --git a/changelogs/unreleased/more-table-widths.yml b/changelogs/unreleased/more-table-widths.yml new file mode 100644 index 00000000000..61956e7068e --- /dev/null +++ b/changelogs/unreleased/more-table-widths.yml @@ -0,0 +1,5 @@ +--- +title: Adds an extra width to the responsive tables +merge_request: 21928 +author: +type: other |