We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df5da0 commit 5cc9bffCopy full SHA for 5cc9bff
packages/components/src/components/infotext/infotext.scss
@@ -1,7 +1,7 @@
1
@use "sass:map";
2
@use "@db-ux/core-foundations/build/styles/fonts";
3
@use "@db-ux/core-foundations/build/styles/variables";
4
-@use "@db-ux/core-foundations/build/styles/helpers";
+@use "@db-ux/core-foundations/build/styles/helpers/display";
5
@use "@db-ux/core-foundations/build/styles/colors";
6
@use "@db-ux/core-foundations/build/styles/icons";
7
@@ -10,7 +10,7 @@
10
11
@extend %db-overwrite-font-size-sm;
12
@include display.display(flex);
13
-
+
14
white-space: pre-wrap;
15
16
@include icons.has-no-icon {
0 commit comments