From ba375270227be8e16526a1bad1a976bf7a129170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 9 May 2019 14:00:45 +0200 Subject: [PATCH] css: wrap long words in side bar (#32936) --- gadjo/static/css/gadjo.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index bd2b09b..7a44ca5 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -404,6 +404,7 @@ div#main-content { padding: 0 1rem; background: white; max-width: 24rem; + word-wrap: break-word; @media screen and (max-width: $mobile-limit) { width: auto; max-width: 100%;