mirror of
https://github.com/flarum/core.git
synced 2025-07-26 19:20:21 +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 {
|
.Form-group {
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.Form-group label {
|
.Form-group label {
|
||||||
|
@@ -109,10 +109,6 @@
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> :last-child {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.Modal-footer {
|
.Modal-footer {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
Reference in New Issue
Block a user