From ef1fc85a8a3b847e19e3662ba449d96d5074c403 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Fri, 9 Mar 2018 07:18:18 -0500 Subject: [PATCH] css fix --- contrib/static/krane.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/contrib/static/krane.css b/contrib/static/krane.css index a4a6f79..96098bb 100644 --- a/contrib/static/krane.css +++ b/contrib/static/krane.css @@ -342,6 +342,7 @@ .thread { margin-left: 5em; display: inline-block; + width: 90%; } footer { @@ -376,10 +377,6 @@ background-size: 128px; } - .thread { - display: table-cell; - } - .message { float: left; clear: left;