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:
Chris Hill-Scott
2019-06-17 16:15:34 +01:00
parent da29d722f9
commit 1a3df7039f

View File

@@ -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;