Prevented invalid form inputs having incorrect padding

This commit is contained in:
Dan Brown 2019-04-21 14:11:49 +01:00
parent 884e20cc5e
commit 6428f32483
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -251,7 +251,7 @@ input[type=date] {
}
.form-group {
.text-pos, .text-neg {
div.text-pos, div.text-neg, p.text-post, p.text-neg {
padding: $-xs 0;
}
}