FIX: label positioning on mobile forms

This commit is contained in:
Neil Lalonde 2017-05-18 16:38:35 -04:00
parent c2579c5916
commit 3065b7db4c

View File

@ -56,6 +56,10 @@ body {
.control-group { .control-group {
margin-bottom: 9px; margin-bottom: 9px;
} }
label {
display: block;
margin-bottom: 5px;
}
} }
blockquote { blockquote {