mirror of
https://github.com/thangisme/notes.git
synced 2024-11-01 07:27:19 -04:00
20 lines
177 B
CSS
20 lines
177 B
CSS
|
.a {
|
||
|
break-inside: auto
|
||
|
}
|
||
|
|
||
|
.b {
|
||
|
break-inside: avoid
|
||
|
}
|
||
|
|
||
|
.c {
|
||
|
break-inside: avoid-column
|
||
|
}
|
||
|
|
||
|
.d {
|
||
|
break-inside: avoid-page
|
||
|
}
|
||
|
|
||
|
.e {
|
||
|
break-inside: avoid-region
|
||
|
}
|