preferences: Allow wrapping text of "Restore all default settings..." button

Bug: T227131
Change-Id: Ic562900ba09436e557b317314a5090c4f306c61b
This commit is contained in:
Bartosz Dziewoński 2021-09-27 22:37:36 +02:00
parent 2a124ae15b
commit e5b4d10bb0

View file

@ -52,6 +52,11 @@
margin: 0;
}
// This button has a very long label, allow wrapping for mobile (T227131)
#mw-prefs-restoreprefs .oo-ui-buttonElement-button {
white-space: normal;
}
#prefcontrol {
margin-right: 0.5em;
}