mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-26 13:11:45 -04:00
The layout of the totals on the dashboard was getting horizontally squashed on older versions of IE. This was something to do with the `grid-row` CSS class no longer being applied when AJAX updated the page. Grid columns don’t work properly unless they’re contained in a grid row. This commit wraps the `div` with `grid-row` in another `div`. Not totally sure why this works, but it’s something to do with how the DiffDOM algorithm is working. Seems like the simpler the diff it has to compute, the better chance it has of not messing things up.