Can we set the width of these sections to be a %age of the containing div? Or at least increase the max-width. The width is currently limited with a max-width, but they could flow a bit wider when page width allows.
(Currently the table elements within the spc-variation-icons, spc-assurance-icons and data-quality-iconsdivs are set to max-width: 500px;).
Potentially the icons could flow to side-by-side as well (are we using flexbox?)
Can we set the width of these sections to be a %age of the containing div? Or at least increase the max-width. The width is currently limited with a
max-width
, but they could flow a bit wider when page width allows.(Currently the table elements within the
spc-variation-icons
,spc-assurance-icons
anddata-quality-icons
div
s are set tomax-width: 500px;
).Potentially the icons could flow to side-by-side as well (are we using flexbox?)