Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Allow line breaks in callout text
  • Loading branch information
janniks authored Dec 21, 2020
commit 972f00267d20eb248c791f79fbfb228eb5dd6d0e
1 change: 1 addition & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ img.notion-page-icon {
}
.notion-callout-text {
margin-left: 8px;
white-space: pre-line;
}

.notion-toggle {
Expand Down