mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
d0eafd6b8d
Change-Id: Ia4ceb73efb76d7714102619fce9cd87cf34216f9
17 lines
357 B
CSS
17 lines
357 B
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface MWMobileSaveDialog styles.
|
|
*
|
|
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ui-mwMobileSaveDialog .content {
|
|
margin: 0;
|
|
}
|
|
|
|
.ve-ui-mwSaveDialog-visualDiffFeedback {
|
|
max-width: 50%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|