mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 23:45:17 +08:00
Make sure the last form group doesn't have a bottom margin
This commit is contained in:
parent
51c647d134
commit
e13bc1ac62
|
@ -12,6 +12,10 @@
|
|||
|
||||
.Form-group {
|
||||
margin-bottom: 12px;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.Form-group label {
|
||||
|
|
|
@ -109,10 +109,6 @@
|
|||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
> :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.Modal-footer {
|
||||
border: 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user