mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-14 23:32:21 -06: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
|
|
}
|