Merge pull request #869 from nature-of-code/dev/allow-break-codesplit

Add class to allow break in codesplit pairs
This commit is contained in:
Yifei Gao 2024-02-27 10:53:39 +08:00 committed by GitHub
commit 825db03dc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -91,6 +91,10 @@
&.bottom-align {
align-items: flex-start;
}
&.allow-break {
break-inside: auto;
}
}
.comment {