From d25fd033087989fc203d6c9f39aced7dc0ad57a1 Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Wed, 23 Jan 2019 14:56:49 +0000 Subject: [PATCH] Adds extra sizes in responsive tables Adds two extra column sizes in the responsive tables css --- app/assets/stylesheets/framework/responsive_tables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + '%'};