From d4b752def9d46995720526c1757456948df2a790 Mon Sep 17 00:00:00 2001 From: Andrew Boyarshin <andrew.boyarshin@gmail.com> Date: Mon, 20 Feb 2017 10:13:20 +0700 Subject: Fix table headers (#980) Signed-off-by: Andrew Boyarshin <andrew.boyarshin@gmail.com> --- public/css/index.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'public/css') diff --git a/public/css/index.css b/public/css/index.css index 85101faba9..34764b6894 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -630,8 +630,7 @@ footer .ui.language .menu { margin-bottom: 0; } .markdown:not(code) table { - display: block; - width: 100%; + width: auto; overflow: auto; word-break: normal; word-break: keep-all; -- cgit v1.2.3