/**
 * Selectize styles to not wrap the text
 */

.selectize-input {

	> * {
		vertical-align: middle;
	}

	.item {
		max-width: 80%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

}
