mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-11 14:06:19 +00:00
1ca9261151
Bug: T282268 Change-Id: Ia6e0978fb43a7ffccaa8245728c86bc3a433a2c1
12 lines
308 B
CSS
12 lines
308 B
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface MWMobileSaveDialog styles.
|
|
*
|
|
* @copyright 2011-2020 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
/* stylelint-disable-next-line selector-class-pattern */
|
|
.ve-ui-mwMobileSaveDialog .content {
|
|
margin: 0;
|
|
}
|