mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/widgets/ve.ui.MWTemplateMenuOptionWidget.css

16 lines
377 B
CSS
Raw Normal View History

/*!
* VisualEditor MediaWiki UserInterface MWTemplateMenuOptionWidget styles.
*
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-ui-mwTemplateMenuOptionWidget-description {
color: #666;
display: inline-block;
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}