diff --git a/css/app-sidebar.scss b/css/app-sidebar.scss index b0e17a06d5..0f44a40798 100644 --- a/css/app-sidebar.scss +++ b/css/app-sidebar.scss @@ -700,11 +700,6 @@ } } } - - // Fix weird height - &__input { - max-height: 44px; - } } .property-title { @@ -869,6 +864,7 @@ border-radius: 50%; border: none; margin-right: 8px; + flex-shrink: 0; } .icon { @@ -890,6 +886,12 @@ } } +.vs__dropdown-option span { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + .resource-search-list-item, .invitees-search-list-item { display: flex;