Skip to content

Commit

Permalink
feat: 🎸 Added prop for SQForm questions to support rich text
Browse files Browse the repository at this point in the history
Added some spacing between label text and field

BREAKING CHANGE: 🧨 No

✅ Closes: #887
  • Loading branch information
MudassarRaza774 committed May 4, 2023
1 parent b0d1ed7 commit 66c2a04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/fields/SQFormDropdown/SQFormDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ const classes = {
fontSize: 'var(--base-font-size)',
fontWeight: 'var(--font-weight-normal)',
whiteSpace: 'pre-line',
marginLeft: '25px',
marginTop: '20px',
margin: '20px 0px 16px 25px',
lineHeight: '15px',
},
};
Expand Down

0 comments on commit 66c2a04

Please sign in to comment.