mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-23 22:03:39 +00:00
Apply white-space:normal to buttons in preferences
Bug: T356467 Change-Id: Iffc24107c45fdf078129cbd74eb03b1841bdb953
This commit is contained in:
parent
dd7ae1aa8d
commit
40c819c0c3
|
@ -9,3 +9,8 @@
|
|||
#mw-prefs-form h5 {
|
||||
padding: 0.375em 0 0.25em 0;
|
||||
}
|
||||
|
||||
/* stylelint-disable-next-line selector-max-id */
|
||||
#mw-prefs-form .oo-ui-buttonElement-button {
|
||||
white-space: normal;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue