fix css in sessions tab toolbar (#886)
This commit is contained in:
parent
0055812ad1
commit
f0412fda25
2 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,4 @@
|
|||
.filter-session-type-select {
|
||||
.kc-filter-session-type-select {
|
||||
margin-right: 10px;
|
||||
}
|
||||
width: 300px;
|
||||
}
|
||||
|
|
|
@ -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 />}
|
||||
|
|
Loading…
Reference in a new issue