Apply white-space:normal to buttons in preferences

Bug: T356467
Change-Id: Iffc24107c45fdf078129cbd74eb03b1841bdb953
This commit is contained in:
Sjoerd de Bruin 2024-05-04 15:21:54 +03:00 committed by Bartosz Dziewoński
parent dd7ae1aa8d
commit 40c819c0c3

View file

@ -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;
}