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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user