Skip to content

Commit 23d73f4

Browse files
authored
Merge pull request #788 from thatblindgeye/inlinecodeBreak
fix(InlineCodeMessage): added word break for lengthy strings
2 parents 6abd00d + 1f1beea commit 23d73f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/module/src/Message/CodeBlockMessage/CodeBlockMessage.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
padding-block-end: var(--pf-t--global--spacer--xs);
9494
padding-inline-start: var(--pf-t--global--spacer--xs);
9595
padding-inline-end: var(--pf-t--global--spacer--xs);
96+
word-break: break-word;
9697

9798
&.pf-m-primary {
9899
background-color: var(--pf-t--global--background--color--secondary--default);

0 commit comments

Comments
 (0)