Skip to content

Commit

Permalink
Merge pull request #869 from nature-of-code/dev/allow-break-codesplit
Browse files Browse the repository at this point in the history
Add class to allow break in codesplit pairs
  • Loading branch information
jasongao97 committed Feb 27, 2024
2 parents 9cfeea4 + 66f6a27 commit 825db03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions magicbook/stylesheets/components/codesplit.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@
&.bottom-align {
align-items: flex-start;
}

&.allow-break {
break-inside: auto;
}
}

.comment {
Expand Down

0 comments on commit 825db03

Please sign in to comment.