mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/dialogs/ve.ui.MWMobileSaveDialog.css
Ed Sanders d0eafd6b8d Restrict width of diff feedback button mobile
Change-Id: Ia4ceb73efb76d7714102619fce9cd87cf34216f9
2018-03-14 14:32:37 +00:00

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;
}