Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit f996325

Browse files
committed
fix: rich text overflowing containers
1 parent 5d4899a commit f996325

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/ui/components/common/Sanitize.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ type Props = {
77
};
88

99
const StyledContent = styled.div`
10+
word-break: break-word;
1011
p:empty {
1112
display: none;
1213
}

0 commit comments

Comments
 (0)