Browse Source

Merge pull request #1021 from hugomarisco/master

Fix table.column width calculation
pull/1033/head
Jack Lukic 10 years ago
parent
commit
b10820b0a8
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