Use single class not cascading to style form label

This commit is contained in:
benjamin melançon 2018-12-11 12:11:14 -05:00
parent 9a5d29d1e8
commit 932beb1a58

View file

@ -21,6 +21,6 @@
}
}
.form .label {
.form-label {
margin-top: 1em;
}