Adds extra sizes in responsive tables

Adds two extra column sizes in the responsive
tables css
This commit is contained in:
Filipa Lacerda 2019-01-23 14:56:49 +00:00
parent 8ae38ca2b7
commit d25fd03308

View file

@ -39,7 +39,7 @@
.table-section { .table-section {
white-space: nowrap; 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 { @each $width in $section-widths {
&.section-#{$width} { &.section-#{$width} {
flex: 0 0 #{$width + '%'}; flex: 0 0 #{$width + '%'};