From b70a4624f2a7ce5628bc17ec696a85115742cf5d Mon Sep 17 00:00:00 2001 From: daniel-j Date: Sun, 21 Jul 2024 16:32:12 +0200 Subject: [PATCH] newlines on errors only --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index edd5170..3832819 100644 --- a/static/style.css +++ b/static/style.css @@ -94,7 +94,6 @@ input[type="url"], input[type="text"] { text-align: center; cursor: pointer; line-height: 1.7; - white-space: pre; } #uploadstatus.success { @@ -105,6 +104,7 @@ input[type="url"], input[type="text"] { #uploadstatus.error { background-color: #FDD; border: 1px solid #F77; + white-space: pre; } td { padding: 10px;