From 28d8c3d7a2be7c876b0e99036a3e91565f25ba10 Mon Sep 17 00:00:00 2001 From: unknown <0x6875676f@gmail.com> Date: Wed, 20 Aug 2014 22:13:16 +0100 Subject: [PATCH] Fix table.column width calculation --- src/collections/table.less | 4 ++++ 1 file changed, 4 insertions(+) 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%; }