Preserve line-breaks in download error messages

This commit is contained in:
Alex Ling
2020-03-13 17:00:52 +00:00
parent 77237a274a
commit 31da5acdc5
+3
View File
@@ -41,3 +41,6 @@
#selectable .ui-selected.dark { #selectable .ui-selected.dark {
background: #9D9252; background: #9D9252;
} }
td > .uk-dropdown {
white-space: pre-line;
}