Skip to content

Commit

Permalink
fix(surveys): textarea border box was being set in the preview but no…
Browse files Browse the repository at this point in the history
…t in the surveys rendered on user websites (#1340)
  • Loading branch information
dmarticus authored Aug 5, 2024
1 parent c7c276b commit 599bdc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extensions/surveys/surveys-utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export const style = (appearance: SurveyAppearance | null) => {
border-color: ${appearance?.borderColor || '#c9c6c6'};
margin-top: 14px;
width: 100%;
box-sizing: border-box;
}
.survey-box:has(.survey-question:empty):not(:has(.survey-question-description)) textarea {
margin-top: 0;
Expand Down

0 comments on commit 599bdc2

Please sign in to comment.