mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 14:56:20 +00:00
bc0049bc7c
This appears to fix the issue, no idea if it's the 'correct' solution or not. Bug: 64911 Change-Id: If75272101cb60097345bcc0b77c16659beaf33cc
19 lines
381 B
CSS
19 lines
381 B
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface MWMediaInsertDialog styles.
|
|
*
|
|
* @copyright 2011-2014 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ui-mwMediaInsertDialog-select {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
|
|
.ve-ui-mwMediaSearchWidget .oo-ui-searchWidget-results {
|
|
padding-right: 0;
|
|
}
|