/* Add here all your CSS customizations */

.select2-selection__rendered{
	display: inline-block;
    overflow: inherit !important;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: normal !important;
}