mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 08:10:35 +00:00
ve.ui.MWPopupTool: Allow labels of buttons in help menu to wrap
Bug: T190796 Change-Id: I7889119a60133100825d7db4a02e6d0a7c797eba
This commit is contained in:
parent
fe525e3bcc
commit
4fd4a5259b
|
@ -35,6 +35,11 @@
|
|||
margin-top: 0;
|
||||
}
|
||||
|
||||
.ve-ui-mwHelpPopupTool-item > .oo-ui-buttonElement > .oo-ui-buttonElement-button {
|
||||
/* These labels can be very long, so allow them to wrap (T190796) */
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.ve-ui-mwHelpPopupTool-version-label,
|
||||
.ve-ui-mwHelpPopupTool-version-link,
|
||||
.ve-ui-mwHelpPopupTool-version-date {
|
||||
|
|
Loading…
Reference in a new issue