From 6f9043b2bc9a3b352d10e7b7a78aa3f2b91e34c0 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Mon, 13 Jul 2020 19:09:21 +0200 Subject: [PATCH] Improve validation message spacing --- BTCPayServer/wwwroot/main/site.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BTCPayServer/wwwroot/main/site.css b/BTCPayServer/wwwroot/main/site.css index 330e8644f..7f235388e 100644 --- a/BTCPayServer/wwwroot/main/site.css +++ b/BTCPayServer/wwwroot/main/site.css @@ -194,3 +194,8 @@ pre { height: 1px; background: none; } + +[class*="field-validation"]:not(:empty) { + display: inline-block; + margin-top: .5rem; +}