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;
|
margin-right: 10px;
|
||||||
|
width: 300px;
|
||||||
}
|
}
|
|
@ -74,10 +74,9 @@ export const SessionsSection = () => {
|
||||||
searchPlaceholderKey="sessions:searchForSession"
|
searchPlaceholderKey="sessions:searchForSession"
|
||||||
searchTypeComponent={
|
searchTypeComponent={
|
||||||
<Select
|
<Select
|
||||||
width={200}
|
|
||||||
data-testid="filter-session-type-select"
|
data-testid="filter-session-type-select"
|
||||||
isOpen={filterDropdownOpen}
|
isOpen={filterDropdownOpen}
|
||||||
className="filter-session-type-select"
|
className="kc-filter-session-type-select"
|
||||||
variant={SelectVariant.single}
|
variant={SelectVariant.single}
|
||||||
onToggle={(isExpanded) => setFilterDropdownOpen(isExpanded)}
|
onToggle={(isExpanded) => setFilterDropdownOpen(isExpanded)}
|
||||||
toggleIcon={<FilterIcon />}
|
toggleIcon={<FilterIcon />}
|
||||||
|
|
Loading…
Reference in a new issue