Commit 6a25760d authored by isunkui's avatar isunkui Committed by FuryBean

Table: fix table style (#130)

parent ba66b4d5
......@@ -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;
}
......@@ -198,6 +197,7 @@
width: 10px;
height: 12px;
padding: 0;
overflow: initial;
}
& .sort-caret {
......
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