Skip to content

Commit

Permalink
add class to allow break in codesplit pairs
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongao97 committed Feb 27, 2024
1 parent 4ef33aa commit 66f6a27
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 66f6a27

Please sign in to comment.