Commit 28708bbf authored by FuryBean's avatar FuryBean Committed by 杨奕

Table: fix last table column border disappear in some condition (#9326)

parent ddab6012
......@@ -277,12 +277,6 @@
}
}
.has-gutter {
th:nth-last-of-type(2), td:nth-last-of-type(2) {
border-right: none;
}
}
th.gutter:last-of-type {
border-bottom: $--table-border;
border-bottom-width: 1px;
......
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