mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 17:23:44 +08:00
FIX: label positioning on mobile forms
This commit is contained in:
parent
c2579c5916
commit
3065b7db4c
|
@ -56,6 +56,10 @@ body {
|
|||
.control-group {
|
||||
margin-bottom: 9px;
|
||||
}
|
||||
label {
|
||||
display: block;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
blockquote {
|
||||
|
|
Loading…
Reference in New Issue
Block a user