From 286538c5d089635ccade4cb23edd00beab8b3d62 Mon Sep 17 00:00:00 2001 From: Nazar Kanaev Date: Fri, 16 Oct 2020 14:58:22 +0100 Subject: [PATCH] break long words --- assets/stylesheets/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/stylesheets/app.css b/assets/stylesheets/app.css index 8c94791..48f0f2f 100644 --- a/assets/stylesheets/app.css +++ b/assets/stylesheets/app.css @@ -402,6 +402,7 @@ select.form-control:not([multiple]):not([size]) { /* content */ .content { + overflow-wrap: break-word; line-height: 1.5; }