diff --git a/packages/survey-core/src/common-styles/sv-ranking.scss b/packages/survey-core/src/common-styles/sv-ranking.scss index 85011c2f95..fa44c75932 100644 --- a/packages/survey-core/src/common-styles/sv-ranking.scss +++ b/packages/survey-core/src/common-styles/sv-ranking.scss @@ -128,7 +128,8 @@ padding-top: calcSize(1); padding-bottom: calcSize(1); - .sv-string-viewer { + .sv-string-viewer, + .sv-string-editor { overflow: initial; white-space: pre-line; }