From ff49f2074be3b251d341bb34d49a57c7ebc437b3 Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Wed, 30 May 2018 10:49:02 -0300 Subject: [PATCH] Set overflow-wrap to fix large texts --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index a0303f1..af54816 100644 --- a/css/style.css +++ b/css/style.css @@ -85,6 +85,7 @@ .note-content { margin: 4px; + overflow-wrap: break-word; } #div-content .shared-title,