Browse Source

use :only-child instead for tfoot fix

pull/696/head
Michael Mullins 11 years ago
parent
commit
cad08c555f
1 changed files with 1 additions and 1 deletions
  1. 2
      src/collections/table.less

2
src/collections/table.less

@ -66,7 +66,7 @@
.ui.table tfoot th:last-child {
border-radius: 0px 0px 5px 0px;
}
.ui.table tfoot th:first-child:last-child {
.ui.table tfoot th:only-child {
border-radius: 0px 0px 5px 5px;
}

Loading…
Cancel
Save