We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce8610 commit 642d7e9Copy full SHA for 642d7e9
1 file changed
frontend/src/components/pages/rating-form.tsx
@@ -73,14 +73,14 @@ export const RatingForm = ({
73
alignItems={{ xs: "flex-start", sm: "center" }}
74
justifyContent="center"
75
>
76
- <Tooltip title={criterion.description}>
77
- <Typography
78
- style={{ flex: 1, textAlign: "right" }}
79
- sx={{ cursor: "help" }}
80
- >
+ <Typography
+ style={{ flex: 1, textAlign: "right" }}
+ sx={{ cursor: "help" }}
+ >
+ <Tooltip title={criterion.description}>
81
{criterion.title}
82
- </Typography>
83
- </Tooltip>
+ </Tooltip>
+ </Typography>
84
<FormControl component="fieldset">
85
<RadioGroup
86
row
0 commit comments