Index: third_party/WebKit/Source/core/css/html.css |
diff --git a/third_party/WebKit/Source/core/css/html.css b/third_party/WebKit/Source/core/css/html.css |
index bd2b86a1b6323bdea86486bddf9383a5fe45f575..edad11d0a033424fee4b5b65bd45c21efe1ae764 100644 |
--- a/third_party/WebKit/Source/core/css/html.css |
+++ b/third_party/WebKit/Source/core/css/html.css |
@@ -1131,5 +1131,9 @@ dialog::backdrop { |
border-width: 0px; |
} |
+@media print { |
+ thead { break-inside:avoid; } |
+} |
+ |
/* noscript is handled internally, as it depends on settings. */ |