From 1a336cbc079fb3f6c0be91afe1baf041fb159f9c Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 3 Feb 2019 20:12:02 +0100 Subject: [PATCH] Fix multicolumn not working --- static/nryg.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/nryg.less b/static/nryg.less index d7e6d8db..8d5b47c9 100644 --- a/static/nryg.less +++ b/static/nryg.less @@ -212,7 +212,7 @@ table { ul { list-style: none; - .multicolumn { + &.multicolumn { column-width: 192px; word-wrap: break-word; }