mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-17 07:49:05 +01:00
avoid page break inside code comment
This commit is contained in:
parent
10d8028345
commit
4149226096
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@
|
|||
}
|
||||
|
||||
.comment {
|
||||
page-break-inside: avoid;
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
|
|
Loading…
Reference in a new issue