diff --git a/__snapshots__/custom-select/showcase/webkit/DBCustomSelect-should-match-screenshot-1/DBCustomSelect-should-match-screenshot.png b/__snapshots__/custom-select/showcase/webkit/DBCustomSelect-should-match-screenshot-1/DBCustomSelect-should-match-screenshot.png index 04441d7ceede..46a54de18c5c 100644 Binary files a/__snapshots__/custom-select/showcase/webkit/DBCustomSelect-should-match-screenshot-1/DBCustomSelect-should-match-screenshot.png and b/__snapshots__/custom-select/showcase/webkit/DBCustomSelect-should-match-screenshot-1/DBCustomSelect-should-match-screenshot.png differ diff --git a/packages/components/src/components/infotext/infotext.scss b/packages/components/src/components/infotext/infotext.scss index 9084a796908a..dce221652919 100644 --- a/packages/components/src/components/infotext/infotext.scss +++ b/packages/components/src/components/infotext/infotext.scss @@ -1,7 +1,7 @@ @use "sass:map"; @use "@db-ux/core-foundations/build/styles/fonts"; @use "@db-ux/core-foundations/build/styles/variables"; -@use "@db-ux/core-foundations/build/styles/helpers"; +@use "@db-ux/core-foundations/build/styles/helpers/display"; @use "@db-ux/core-foundations/build/styles/colors"; @use "@db-ux/core-foundations/build/styles/icons"; @@ -9,7 +9,9 @@ --db-icon-margin-end: #{variables.$db-spacing-fixed-2xs}; @extend %db-overwrite-font-size-sm; - @include helpers.display(flex); + @include display.display(flex); + + white-space: pre-wrap; @include icons.has-no-icon { @include icons.to-filled-icon;