Skip to content

Commit

Permalink
Table: fix table style (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
isunkui authored and furybean committed Sep 23, 2016
1 parent ba66b4d commit 6a25760
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/theme-default/src/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,15 @@
padding-right: 18px;
line-height: 40px;
box-sizing: border-box;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

& td > div {
box-sizing: border-box;
}

& td > div > div {
width: inherit;
}

& td div {
display: block;
}
Expand Down Expand Up @@ -198,6 +197,7 @@
width: 10px;
height: 12px;
padding: 0;
overflow: initial;
}

& .sort-caret {
Expand Down

0 comments on commit 6a25760

Please sign in to comment.