/*!
 * VisualEditor UserInterface LanguageInspector styles.
 *
 * @copyright See AUTHORS.txt
 */

.ve-ui-languageInspector-languageField {
	&.oo-ui-fieldLayout-align-left.oo-ui-labelElement > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-header {
		width: 7em;
	}

	&.oo-ui-labelElement.oo-ui-fieldLayout-align-left > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-field {
		width: auto;
	}
}
