fix css in sessions tab toolbar (#886)

This commit is contained in:
Jenny 2021-07-20 14:53:36 -04:00 committed by GitHub
parent 0055812ad1
commit f0412fda25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,4 @@
.filter-session-type-select {
.kc-filter-session-type-select {
margin-right: 10px;
width: 300px;
}

View file

@ -74,10 +74,9 @@ export const SessionsSection = () => {
searchPlaceholderKey="sessions:searchForSession"
searchTypeComponent={
<Select
width={200}
data-testid="filter-session-type-select"
isOpen={filterDropdownOpen}
className="filter-session-type-select"
className="kc-filter-session-type-select"
variant={SelectVariant.single}
onToggle={(isExpanded) => setFilterDropdownOpen(isExpanded)}
toggleIcon={<FilterIcon />}