Utility Classes (widths) with tables
complete
Mark Byart
When attempting to use the new Folwell Utility Classes (widths) with tables, say adding .width-full, which is a fairly common use-case, the style isn't applied as there is an existing rule with higher specificity overriding it... .page table {width: auto}
Consider adding !important flag to .width-xxx classes
Dimitri Tadege
complete
m
mayhe001@umn.edu
Agreed. the tables not having a set percentage width at the largest screen size. The ones that are going the fill width of the container have more content that is pushing the width of the table.
Sara Froehlich
under review