Skip to content

Commit

Permalink
fix: Inquire button text wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
amattu2 committed Dec 11, 2023
1 parent c2d76ff commit 93150d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/questionnaire/FormView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const StyledControls = styled(Stack)({
const StyledBaseLoadingButton = styled(LoadingButton)({
"&.MuiButton-root": {
display: "flex",
width: "128px",
minWidth: "128px",
height: "50.593px",
padding: "11px",
justifyContent: "center",
Expand Down

0 comments on commit 93150d9

Please sign in to comment.