summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-09-18 17:44:38 +0100
committerFilipa Lacerda <filipa@gitlab.com>2018-09-20 09:36:22 +0100
commit093394bf3a1c0ce6814ce358f15945f90ef4e273 (patch)
tree127d9b7286572165ea2b2eddbaa9636cf4917982 /app/assets/stylesheets
parent3314233588ec13eb16d562702aa281e99b44f825 (diff)
downloadgitlab-ce-093394bf3a1c0ce6814ce358f15945f90ef4e273.tar.gz
Wrap content for admin runners table
While refactoring the table into a responsive one we did not account for wrapping issues. This commit wraps some cells and truncates others. Adds `section-5` class to the responsive tables CSS
Diffstat (limited to 'app/assets/stylesheets')
-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 764bebd82c6..fc185ccfaad 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: 10 15 20 25 30 40 50 100;
+ $section-widths: 5 10 15 20 25 30 40 50 100;
@each $width in $section-widths {
&.section-#{$width} {
flex: 0 0 #{$width + '%'};