1
0
mirror of https://github.com/flarum/core.git synced 2025-07-25 18:51:40 +02:00

Make sure the last form group doesn't have a bottom margin

This commit is contained in:
Toby Zerner
2015-08-02 17:26:12 +09:30
parent 14972a2b5b
commit 52125ce84c
2 changed files with 4 additions and 4 deletions

View File

@@ -12,6 +12,10 @@
.Form-group {
margin-bottom: 12px;
&:last-child {
margin-bottom: 0;
}
}
.Form-group label {

View File

@@ -109,10 +109,6 @@
text-align: left;
}
}
> :last-child {
margin-bottom: 0;
}
}
.Modal-footer {
border: 0;