mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-02 07:27:35 -04:00
Fix right aligned table headings
The CSS for these wasn’t being set on the correct class.
This commit is contained in:
@@ -135,6 +135,10 @@
|
||||
width: 52.5%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.table-field-heading {
|
||||
|
||||
&:last-child {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user