mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-29 05:30:48 -04:00
Fix wonky tables on dashboard and activity page
Tables with a `layout` of `fixed` determine column widths from the width of the column headings. We weren’t setting the width of the first column heading, so our tables were getting out of alignment.
This commit is contained in:
@@ -21,6 +21,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.table-field-heading-first {
|
||||
width: 52.5%
|
||||
}
|
||||
|
||||
.table-row {
|
||||
th {
|
||||
display: table-cell;
|
||||
|
||||
Reference in New Issue
Block a user