diff --git a/src/collections/table.less b/src/collections/table.less index 6589feb6c..4645aa572 100755 --- a/src/collections/table.less +++ b/src/collections/table.less @@ -317,6 +317,10 @@ Column Count ---------------*/ +.ui.column.table { + table-layout: fixed; +} + .ui.two.column.table td { width: 50%; }