diff --git a/packages/survey-creator-core/src/components/question.scss b/packages/survey-creator-core/src/components/question.scss index c4ae0d8b8c..8f2bf8742c 100644 --- a/packages/survey-creator-core/src/components/question.scss +++ b/packages/survey-creator-core/src/components/question.scss @@ -805,7 +805,7 @@ svc-question, } .svc-question__content--paneldynamic { - >.sd-question__content { + .sd-question__content { padding-bottom: 2px; margin-bottom: -2px; } @@ -829,4 +829,4 @@ svc-question, .svc-required-action--active:not(.sv-action-bar-item--pressed):enabled:focus, .svc-required-action--active { background-color: $secondary-backcolor-semi-light; -} +} \ No newline at end of file