mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-17 07:49:05 +01:00
add class to allow break in codesplit pairs
This commit is contained in:
parent
4ef33aaea0
commit
66f6a27fea
1 changed files with 4 additions and 0 deletions
|
@ -91,6 +91,10 @@
|
|||
&.bottom-align {
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
&.allow-break {
|
||||
break-inside: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.comment {
|
||||
|
|
Loading…
Reference in a new issue