Skip to content
This repository was archived by the owner on May 9, 2026. It is now read-only.

Commit 23fdf6f

Browse files
committed
Remove break-inside for pre, table, img, svg
1 parent 7a0baa8 commit 23fdf6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

simple.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ sub {
748748
mark {
749749
border: var(--border-width) solid var(--border);
750750
}
751-
pre, table, figure, img, svg {
751+
figure {
752752
break-inside: avoid;
753753
}
754754
pre code {

0 commit comments

Comments
 (0)