Skip to content

Commit 8ff6f5a

Browse files
Merge pull request NotionX#340 from MartinXPN/hotfix/simpleTables/newLines
Display newlines properly in simple tables
2 parents cca5406 + 0b1acfa commit 8ff6f5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-notion-x/src/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2578,6 +2578,7 @@ svg.notion-page-icon {
25782578
.notion-simple-table td {
25792579
border: 1px solid var(--fg-color-5);
25802580
padding: 8px 8px;
2581+
white-space: pre-wrap;
25812582
}
25822583

25832584
.notion-external {

0 commit comments

Comments
 (0)