From 2a2bd94f2954a690dd3ddd07921e11c1a2bf4f59 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 2 Jan 2019 17:57:05 +0100 Subject: [PATCH] Break long words --- static/nryg.less | 1 + 1 file changed, 1 insertion(+) diff --git a/static/nryg.less b/static/nryg.less index 73c62679..48e0219a 100644 --- a/static/nryg.less +++ b/static/nryg.less @@ -852,6 +852,7 @@ table { ul { column-width: 200px; + word-wrap: break-word; } }