/*!
 * VisualEditor MediaWiki UserInterface MWCategoryInputWidget styles.
 *
 * @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
 * @license The MIT License (MIT); see LICENSE.txt
 */

.ve-ui-mwCategoryInputWidget {
	float: left;
	width: 15em;
	margin: 0 -1px 0.5em 0;
}

.ve-ui-mwCategoryInputWidget input {
	line-height: 1.35em;
}
