Closed michaelwood closed 11 months ago
This looks like an issue in 360-ds but I'm not 100% sure.
For the summary boxes we should be able to stop it from forcing the page width by doing a work-around by overriding grid-template-columns in 360-ds.
grid-template-columns: repeat(auto-fill, minmax(160px, auto))
This looks like an issue in 360-ds but I'm not 100% sure.
For the summary boxes we should be able to stop it from forcing the page width by doing a work-around by overriding grid-template-columns in 360-ds.