Merge "Add style exception for OOUI buttons' margin"

isekai
Jack Phoenix 3 years ago committed by Gerrit Code Review
commit 08ad9426b8

@ -17,6 +17,11 @@ form {
margin: unset;
padding: unset;
}
// Padding on checkboxes seems to cause misalignment with its text
.oo-ui-checkboxInputWidget input:not( .mw-widgets-datetime-dateTimeInputWidget-editField ):not( .mw-history-compareselectedversions-button ) {
margin: unset;
}
}
.oo-ui-buttonElement-framed.oo-ui-labelElement > .oo-ui-buttonElement-button,

Loading…
Cancel
Save