Adds an extra width to the responsive tables

This commit is contained in:
samdbeckham 2018-09-26 15:58:57 +01:00
parent 404b7802d1
commit 821814a74c

View file

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