From 3ed51a60fbb000ad5dad656d7521f568352eaba8 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Thu, 9 May 2024 16:42:41 +0400 Subject: [PATCH] Revert "Update question.scss" This reverts commit 4d461368fe9eaaa8168e6108ee2b7fdc67f5e372. --- packages/survey-creator-core/src/components/question.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/survey-creator-core/src/components/question.scss b/packages/survey-creator-core/src/components/question.scss index c4ae0d8b8..8f2bf8742 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