.o_model_selector {
    .o-autocomplete--dropdown-menu {
        width: 25ch;
        max-height: 350px !important;
        .o-autocomplete--dropdown-item a {
            text-overflow: ellipsis;
            width: inherit;
        }
    }
}
