mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 14:56:20 +00:00
16 lines
377 B
CSS
16 lines
377 B
CSS
|
/*!
|
||
|
* 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;
|
||
|
}
|