Browse Source

Fix table.column width calculation

pull/1021/head
unknown 10 years ago
parent
commit
28d8c3d7a2
1 changed files with 4 additions and 0 deletions
  1. 4
      src/collections/table.less

4
src/collections/table.less

@ -317,6 +317,10 @@
Column Count
---------------*/
.ui.column.table {
table-layout: fixed;
}
.ui.two.column.table td {
width: 50%;
}

Loading…
Cancel
Save