Skip to content

Commit 9e2dee2

Browse files
committed
small change to catalog view
1 parent 0cc2683 commit 9e2dee2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const EligibilityOverviewItem = ({ item, eligible }) => {
3232
>
3333
<HBox
3434
sx={{
35-
flex: '1 1 0%',
35+
flex: '3 1 0%',
3636
alignItems: 'flex-start',
3737
gap: 1
3838
}}
@@ -49,25 +49,25 @@ const EligibilityOverviewItem = ({ item, eligible }) => {
4949
<Typography variant="body1">
5050
{item.description}
5151
</Typography>
52-
<HBox sx={{ gap: 1, flexWrap: 'wrap' }}>
52+
{/* <HBox sx={{ gap: 1, flexWrap: 'wrap' }}>
5353
<HBox sx={{ backgroundColor: 'green.main', padding: '6px 10px', borderRadius: theme.shape.borderRadius }}>
5454
<Typography variant="body1">
5555
Sie haben womöglich Anspruch!
5656
</Typography>
5757
</HBox>
58-
</HBox>
58+
</HBox> */}
5959
</VBox>
6060
</HBox>
6161
<HBox
6262
sx={{
6363
display: 'flex',
64-
flex: '1 1 0%',
64+
flex: '2 1 0%',
6565
justifyContent: 'flex-end',
6666
}}
6767
>
6868
<VBox
6969
sx={{
70-
gap: 8,
70+
gap: 4,
7171
justifyContent: 'space-between',
7272
alignItems: 'flex-end',
7373
}}

0 commit comments

Comments
 (0)