Skip to content

Commit

Permalink
fixed styles
Browse files Browse the repository at this point in the history
  • Loading branch information
novikov82 committed Nov 16, 2023
1 parent 54951f1 commit 06d1af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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-padding)
padding-top: var(--sd-base-vertical-padding)
}

&.sd-question--error-top {
Expand All @@ -81,7 +81,7 @@
&.sd-question--error-bottom {
padding-bottom: 0;
&>.sd-question__content {
margin-bottom: var(--sd-base-vertical-padding)
margin-bottom: var(--sd-base-padding)
}
}

Expand Down

0 comments on commit 06d1af8

Please sign in to comment.