Fix issue with sorting arrow pushing out alignment of table

This commit is contained in:
George Drummond
2019-01-18 14:22:30 -05:00
parent cb4d8e8330
commit 66fb6311b2
4 changed files with 10 additions and 6 deletions

View File

@@ -32,6 +32,10 @@
display: table-cell;
}
}
.sorting-direction {
position: absolute;
}
}
tbody {