Skip to content

Commit b5ef204

Browse files
committed
re-arrange filter
1 parent 7005136 commit b5ef204

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/ui/screens/eligibilty-overview/components/EligibilityOverviewFilter.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const EligibilityOverviewFilter = ({ t, filterOptions, filters, onChangeFilters
4646
borderRadius: theme.shape.borderRadius,
4747
}}
4848
>
49-
<VBox sx={{ gap: 2 }}>
49+
<HBox sx={{ gap: 4, alignItems: 'center', flexWrap: 'wrap', justifyContent: 'space-between' }}>
5050
<Typography variant="h4" sx={{ color: 'blue.main', fontWeight: '400' }}>
5151
{t('app.browseAll.filter.title')}
5252
</Typography>
@@ -72,8 +72,7 @@ const EligibilityOverviewFilter = ({ t, filterOptions, filters, onChangeFilters
7272
</FormControl>
7373
))}
7474
</HBox>
75-
</VBox>
76-
75+
</HBox>
7776
{
7877
Object.entries(groupedSelected).length > 0 && (
7978
<HBox> {

0 commit comments

Comments
 (0)