mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-14 18:31:08 +02:00
fix alignment on checkboxes that are first in a form
This commit is contained in:
@@ -226,4 +226,8 @@
|
||||
|
||||
.mdl-switch.is-checked .mdl-switch__track {
|
||||
background: lighten(@brand-primary, 20%) !important;
|
||||
}
|
||||
|
||||
* > .checkbox:first-child {
|
||||
margin-top: 0px;
|
||||
}
|
||||
Reference in New Issue
Block a user