Skip to content

Commit

Permalink
Ensures word-wrap for <umb-ufm-render> component
Browse files Browse the repository at this point in the history
  • Loading branch information
leekelleher authored and iOvergaard committed Jul 10, 2024
1 parent 98b657d commit 3d25294
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export class UmbUfmRenderElement extends UmbLitElement {
css`
* {
max-width: 100%;
word-wrap: break-word;
}
pre {
Expand Down

0 comments on commit 3d25294

Please sign in to comment.