mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2025-01-04 17:25:24 +00:00
Merge "ve.ui.MWGalleryDialog: Allow "Add new image" button label to wrap"
This commit is contained in:
commit
dd95e88589
|
@ -92,6 +92,16 @@
|
||||||
border-top: 1px solid #eaecf0;
|
border-top: 1px solid #eaecf0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ve-ui-mwGalleryDialog-imageListMenuLayout-desktop > .oo-ui-menuLayout-menu .oo-ui-panelLayout-padded {
|
||||||
|
/* Center the button vertically */
|
||||||
|
padding: 0 12px;
|
||||||
|
line-height: 5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ve-ui-mwGalleryDialog-imageListMenuLayout-desktop > .oo-ui-menuLayout-menu .oo-ui-panelLayout-padded .oo-ui-buttonElement-button {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
|
||||||
.ve-ui-mwGalleryDialog-imageListMenuLayout-mobile > .oo-ui-menuLayout-menu {
|
.ve-ui-mwGalleryDialog-imageListMenuLayout-mobile > .oo-ui-menuLayout-menu {
|
||||||
box-shadow: -1px 0 0 0 rgba( 0, 0, 0, 0.05 );
|
box-shadow: -1px 0 0 0 rgba( 0, 0, 0, 0.05 );
|
||||||
line-height: 102px;
|
line-height: 102px;
|
||||||
|
|
Loading…
Reference in a new issue