Skip to content

Commit 6be977d

Browse files
committed
rearrange tags on eligibility catalog
1 parent 43676b0 commit 6be977d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const EligibilityOverviewItem = ({ t, item, eligible, isDesktop }) => {
104104
justifyContent: 'space-between',
105105
'& > :only-child': { marginLeft: 'auto' }
106106
}}>
107-
<HBox sx={{ gap: 2, alignItems: 'center', flex: 4 }}>
107+
<HBox sx={{ gap: 2, alignItems: 'center', flex: 3 }}>
108108
{
109109
eligible !== 'indeterminate' && (
110110
<HBox>

0 commit comments

Comments
 (0)