Commit 74827513 authored by Gabrijel Škoro's avatar Gabrijel Škoro Committed by hetech

Table: fix table column default alignment (#12578)

parent 6b76896c
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment