Table: fix table column default alignment (#12578)

pull/12939/head
Gabrijel Škoro 2018-09-29 07:31:14 +02:00 committed by hetech
parent 6b76896c40
commit 74827513d0
1 changed files with 1 additions and 5 deletions

View File

@ -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;
text-align: left;
background-color: $--table-header-background;
div {