Improve validation message spacing

This commit is contained in:
Dennis Reimann
2020-07-13 19:09:21 +02:00
parent 0235624c64
commit 6f9043b2bc

View File

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