Improve validation message spacing

This commit is contained in:
Dennis Reimann 2020-07-13 19:09:21 +02:00
parent 0235624c64
commit 6f9043b2bc
No known key found for this signature in database
GPG key ID: 5009E1797F03F8D0

View file

@ -194,3 +194,8 @@ pre {
height: 1px;
background: none;
}
[class*="field-validation"]:not(:empty) {
display: inline-block;
margin-top: .5rem;
}