mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 11:23:48 -05:00
When we changed the layout for each alert on the current/past/rejected alerts pages to use flexbox, we added a fallback for older browsers that set text-align: justify on the container: https://github.com/alphagov/notifications-admin/pull/4171 This has led to items in the list of areas an alert will be sent to being laid out as justified content when they were left-aligned. These changes set the correct alignment.