mirror of
https://github.com/thangisme/notes.git
synced 2024-11-01 05:37:16 -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
|
|
}
|