Skip to content

Commit d0bf92c

Browse files
authored
fix(u): markdown text wrapping (#1007)
Signed-off-by: Petr Bulánek <bulanek.petr@gmail.com>
1 parent d0248d8 commit d0bf92c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/beeai-ui/src/components/MarkdownContent/MarkdownContent.module.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
.root {
77
@include type-style(body-01);
8-
white-space: pre-wrap;
98

109
> * + * {
1110
margin-block-start: rem(20px);
@@ -15,6 +14,8 @@
1514
font-size: inherit;
1615
line-height: inherit;
1716
letter-spacing: inherit;
17+
white-space: pre-wrap;
18+
overflow-wrap: anywhere;
1819
}
1920

2021
ul {

0 commit comments

Comments
 (0)