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; +}