mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-15 15:28:50 -04:00
Fix rendering of scrollable tables
The scrollable tables code styles some of the cells in the target table
by looking for the `table-field-center-aligned` class.
This class was renamed in 0512f40ad3
This commit updates the scrollable tables code to refer to the new
classname, which means that things should line up properly when drawing
the table.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
th,
|
||||
.table-field-error-label,
|
||||
.table-field-center-aligned {
|
||||
.table-field-left-aligned {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.table-field-center-aligned {
|
||||
.table-field-left-aligned {
|
||||
position: relative;
|
||||
z-index: 150;
|
||||
background: $white;
|
||||
@@ -100,7 +100,7 @@
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.table-field-center-aligned {
|
||||
.table-field-left-aligned {
|
||||
width: 0;
|
||||
position: relative;
|
||||
z-index: 100;
|
||||
|
||||
Reference in New Issue
Block a user