From 357a568cb3b54d9a0a73c0f32b7668569e90d998 Mon Sep 17 00:00:00 2001 From: antonioaltamura Date: Fri, 17 Jul 2020 17:11:48 +0100 Subject: [PATCH] minor design fix --- lib/jsorolla | 2 +- src/styles/global.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/jsorolla b/lib/jsorolla index f807bf8df..4137333b1 160000 --- a/lib/jsorolla +++ b/lib/jsorolla @@ -1 +1 @@ -Subproject commit f807bf8dfeb63ea30aab2d7d1e38d462ee41f44d +Subproject commit 4137333b196aa9639a22677ee5c045d4da8f5258 diff --git a/src/styles/global.css b/src/styles/global.css index e07d980e2..abd833374 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; }