1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 05:30:38 +02:00

Connect labels with their form fields

This commit is contained in:
Franz Liedke
2020-01-24 15:26:20 +01:00
parent 5643ee649b
commit 833ea4e06e
2 changed files with 13 additions and 14 deletions

View File

@@ -22,18 +22,11 @@
.MailPage-MailSettings-input {
label {
margin-bottom: 5px;
}
.FormControl {
display: block;
margin-bottom: 7px;
}
.Select {
display: block;
}
:last-child {
margin-bottom: 0;
}
}