mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/widgets/ve.ui.MWTemplateMenuOptionWidget.css
Moriel Schottlender a669a4fc52 Show template description in the template search
For each template result, ask for the templatedata description. If
that description exists, show it under the template result.

Bug: T53436
Change-Id: If28d1eb082edca6f50c6c15c933a0b7d014eaeaf
2015-04-16 12:30:55 -07:00

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