File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
packages/main/src/components/FilterBar Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ const styles = {
11
11
maxHeight : '70vh'
12
12
} ,
13
13
header : {
14
+ width : '100%' ,
14
15
padding : '0.25rem 1rem 0 1rem' ,
15
16
'& *' : {
16
17
margin : '0.25rem 0 0.25rem 0'
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ export const FilterDialog = (props) => {
179
179
180
180
const renderHeader = useCallback (
181
181
( ) => (
182
- < FlexBox direction = { FlexBoxDirection . Column } className = { classes . header } >
182
+ < FlexBox direction = { FlexBoxDirection . Column } alignItems = { FlexBoxAlignItems . Center } className = { classes . header } >
183
183
< Title level = { TitleLevel . H4 } > Filters</ Title >
184
184
{ showSearch && (
185
185
< Input placeholder = { searchForFiltersText } onInput = { handleSearch } icon = { < Icon name = "search" /> } />
You can’t perform that action at this time.
0 commit comments