/*!
 * 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;
}
