diff --git a/lib/jsorolla b/lib/jsorolla index 2417af959..4137333b1 160000 --- a/lib/jsorolla +++ b/lib/jsorolla @@ -1 +1 @@ -Subproject commit 2417af959cb66c7119d67546750ec7a83c8b00b6 +Subproject commit 4137333b196aa9639a22677ee5c045d4da8f5258 diff --git a/src/styles/global.css b/src/styles/global.css index b12e51b88..11c51e5f0 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -72,6 +72,10 @@ input[type="text"] { word-break: break-all; } +.multi-line { + white-space: normal; +} + .bg-white { background: white !important; }