Commit d25fd033 authored by Filipa Lacerda's avatar Filipa Lacerda

Adds extra sizes in responsive tables

Adds two extra column sizes in the responsive
tables css
parent 8ae38ca2
......@@ -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 + '%'};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment