preferences: Remove unused hack for the Gadgets extension

The selector doesn't match anything. No one seems to be complaining.

Change-Id: I19561cb6724c6e887d4cdefdc2faf317b6e15cd6
This commit is contained in:
Bartosz Dziewoński 2021-09-29 15:20:48 +02:00 committed by DannyS712
parent 10490802e7
commit bc877673c3

View file

@ -185,9 +185,3 @@
#wpTimeCorrection .oo-ui-textInputWidget {
margin-top: 0.5em;
}
/* HACK: expand width of gadget descriptions.
* This should be moved to the Gadgets extension */
#mw-htmlform-gadgets .oo-ui-fieldLayout.oo-ui-fieldLayout-align-inline > .oo-ui-fieldLayout-body {
max-width: none;
}