Skip to content

Commit

Permalink
fix css selector for centering title elements
Browse files Browse the repository at this point in the history
  • Loading branch information
becky-gilbert committed Jan 5, 2024
1 parent ebd14f2 commit bfe07e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-survey/css/survey.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ div.sd-question__content {
}

// center the question titles that aren't automatically centered
div.sd-title.sd-element__title.sd-question__title.sd-question__title--answer {
div.sd-title.sd-element__title.sd-question__title, h5.sd-title.sd-element__title.sd-question__title {
display: inline-block;
}

Expand Down

0 comments on commit bfe07e6

Please sign in to comment.