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