Table: fix table style (#130)

pull/144/head
isunkui 2016-09-23 12:40:16 +08:00 committed by FuryBean
parent ba66b4d5b9
commit 6a25760d8c
1 changed files with 4 additions and 4 deletions

View File

@ -93,16 +93,15 @@
padding-right: 18px; padding-right: 18px;
line-height: 40px; line-height: 40px;
box-sizing: border-box; box-sizing: border-box;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
} }
& td > div { & td > div {
box-sizing: border-box; box-sizing: border-box;
} }
& td > div > div {
width: inherit;
}
& td div { & td div {
display: block; display: block;
} }
@ -198,6 +197,7 @@
width: 10px; width: 10px;
height: 12px; height: 12px;
padding: 0; padding: 0;
overflow: initial;
} }
& .sort-caret { & .sort-caret {