From 31da5acdc58380f9eeefa5141f2d70707e4232e1 Mon Sep 17 00:00:00 2001 From: Alex Ling Date: Fri, 13 Mar 2020 17:00:52 +0000 Subject: [PATCH] Preserve line-breaks in download error messages --- public/css/mango.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/public/css/mango.css b/public/css/mango.css index 57b629e..a9a98d5 100644 --- a/public/css/mango.css +++ b/public/css/mango.css @@ -30,14 +30,17 @@ width: 100%; } #selectable .ui-selecting { - background: #EEE6B9; + background: #EEE6B9; } #selectable .ui-selected { - background: #F4E487; + background: #F4E487; } #selectable .ui-selecting.dark { - background: #5E5731; + background: #5E5731; } #selectable .ui-selected.dark { - background: #9D9252; + background: #9D9252; +} +td > .uk-dropdown { + white-space: pre-line; }