Skip to content

Commit

Permalink
#7356 - fix base padding
Browse files Browse the repository at this point in the history
  • Loading branch information
novikov82 committed Nov 16, 2023
1 parent f81347c commit 54951f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/defaultV2-theme/blocks/sd-question.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

.sd-element--with-frame {
&.sd-question--title-top {
padding-top: var(--sd-base-vertical-padding)
padding-top: var(--sd-base-padding)
}

&.sd-question--error-top {
Expand Down

0 comments on commit 54951f1

Please sign in to comment.