mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-25 02:19:12 -04:00
The way that we collapse column headings so that they don’t take up any vertical space is by setting their `font-size` to zero. However this seems to take them out of the flow of the document, so their top border also disappears. This commit sets the `font-size` to the smallest non-zero value to avoid this.