Skip to content

Commit 642d7e9

Browse files
committed
Fix tooltip location
1 parent 1ce8610 commit 642d7e9

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

frontend/src/components/pages/rating-form.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ export const RatingForm = ({
7373
alignItems={{ xs: "flex-start", sm: "center" }}
7474
justifyContent="center"
7575
>
76-
<Tooltip title={criterion.description}>
77-
<Typography
78-
style={{ flex: 1, textAlign: "right" }}
79-
sx={{ cursor: "help" }}
80-
>
76+
<Typography
77+
style={{ flex: 1, textAlign: "right" }}
78+
sx={{ cursor: "help" }}
79+
>
80+
<Tooltip title={criterion.description}>
8181
{criterion.title}
82-
</Typography>
83-
</Tooltip>
82+
</Tooltip>
83+
</Typography>
8484
<FormControl component="fieldset">
8585
<RadioGroup
8686
row

0 commit comments

Comments
 (0)