Skip to content

Commit

Permalink
Table: fix table column default alignment (#12578)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabskoro authored and ziyoung committed Sep 29, 2018
1 parent 6b76896 commit 7482751
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/theme-chalk/src/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -179,7 +176,6 @@
white-space: nowrap;
overflow: hidden;
user-select: none;
text-align: left;
background-color: $--table-header-background;

div {
Expand Down

0 comments on commit 7482751

Please sign in to comment.