Skip to content

Commit d1ca2fa

Browse files
committed
cosmetic fix: correctly align answer options
1 parent bb7d78f commit d1ca2fa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/ui/screens/question-pages/components/input-types/ProfileInputMultiSelection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const ProfileInputMultiSelection = ({
6262
label={label}
6363
sx={{
6464
mb: 2,
65-
alignItems: "flex-start",
65+
alignItems: "center",
6666
'& .MuiFormControlLabel-label': {
6767
whiteSpace: "normal",
6868
wordBreak: "break-word",

src/ui/screens/question-pages/components/input-types/ProfileInputSelection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const ProfileInputSelection = ({
4848
}
4949
label={opt.label}
5050
sx={{
51-
alignItems: "flex-start",
51+
alignItems: "center",
5252
'& .MuiFormControlLabel-label': {
5353
whiteSpace: "normal",
5454
wordBreak: "break-word",

0 commit comments

Comments
 (0)