Skip to content

Commit 57027f2

Browse files
fix(marketplace): fixing support type filter count alignment (#1662)
Signed-off-by: its-mitesh-kumar <[email protected]>
1 parent 65ddb56 commit 57027f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspaces/marketplace/plugins/marketplace/src/shared-components/CustomSelectFilter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export const CustomSelectFilter = (props: CustomSelectFilterProps) => {
9898
)}
9999

100100
{option.helperText ? (
101-
<div>
101+
<div style={{ flexGrow: 1 }}>
102102
<Typography variant="body1">{option.label}</Typography>
103103
<Typography variant="body2" color="text.secondary">
104104
{option.helperText}

0 commit comments

Comments
 (0)