Skip to content

Commit

Permalink
fixed tenant selector KelvinTegelaar#1606
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Jul 12, 2023
1 parent b025b6c commit a7975c6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/scss/_tenantselector.scss
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,16 @@
}

.select-search__options {
background-color: var(--cipp-search-bg);
white-space: nowrap;
text-overflow: ellipsis !important;
overflow: hidden;
&:hover {
background-color: var(--cipp-search-border-color);
}
list-style: none;
padding-inline-start: 0;
}

.select-search__row:not(:first-child) {
border-top: 1px solid var(--cipp-search-border-color);
}
Expand All @@ -201,4 +207,3 @@
.tenantDropdown {
min-width: 25rem;
}

0 comments on commit a7975c6

Please sign in to comment.