Skip to content

Commit cad08c5

Browse files
committed
use :only-child instead for tfoot fix
1 parent 43232d0 commit cad08c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/collections/table.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
.ui.table tfoot th:last-child {
6767
border-radius: 0px 0px 5px 0px;
6868
}
69-
.ui.table tfoot th:first-child:last-child {
69+
.ui.table tfoot th:only-child {
7070
border-radius: 0px 0px 5px 5px;
7171
}
7272

0 commit comments

Comments
 (0)