mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-02 07:27:35 -04:00
Prefer CSS-native first child selector
This fits nicer with the block below and with the CSS further down that applies certain styles for the first cell using `:first-child` too.
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
|
||||
th {
|
||||
|
||||
&.table-field-heading-first {
|
||||
&:first-child {
|
||||
width: 35%; // 33.33% + fudge
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user