Skip to content

Commit

Permalink
#8344 Focus-frame is cut off
Browse files Browse the repository at this point in the history
Fixes #8344
  • Loading branch information
novikov82 committed Jun 17, 2024
1 parent 9153448 commit f6f4795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/defaultV2-theme/blocks/sd-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@

&.sd-element--nested > .sd-question__content,
&:not(.sd-element--with-frame):not(.sd-element--nested) {
padding-right: calc(var(--sd-base-padding));
padding-right: var(--sd-base-padding);
margin-right: calc(-1 * var(--sd-base-padding));
padding-left: var(--sd-base-padding);
margin-left: calc(-1 * var(--sd-base-padding));
Expand Down

0 comments on commit f6f4795

Please sign in to comment.