@@ -112,15 +112,12 @@
text-overflow: ellipsis;
vertical-align: middle;
position: relative;
+ text-align: left;
@include when(center) {
text-align: center;
}
- @include when(left) {
- text-align: left;
- }
-
@include when(right) {
text-align: right;
@@ -179,7 +176,6 @@
white-space: nowrap;
overflow: hidden;
user-select: none;
background-color: $--table-header-background;
div {