preferences: Allow wrapping text of "Restore all default settings..." button
Bug: T227131 Change-Id: Ic562900ba09436e557b317314a5090c4f306c61b
This commit is contained in:
parent
2a124ae15b
commit
e5b4d10bb0
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue