mirror of
https://github.com/flarum/core.git
synced 2025-05-05 23:15:22 +02: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…
x
Reference in New Issue
Block a user