summaryrefslogtreecommitdiff
path: root/httemplate/search/elements
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-07-12 13:51:47 -0700
committerMark Wells <mark@freeside.biz>2016-07-12 13:51:47 -0700
commit64aa9aa36d8b8636b4984de7d15cd7bd1a889542 (patch)
tree721f6e4ed783b8279d802a64f7b078329aaca4bb /httemplate/search/elements
parente215fc213a1eb9a3365cecf5ce82f1a58f154cd6 (diff)
workaround for page-break-inside:avoid on Chrome, #71301
Diffstat (limited to 'httemplate/search/elements')
-rw-r--r--httemplate/search/elements/grouped-search/html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/elements/grouped-search/html b/httemplate/search/elements/grouped-search/html
index df1471a52..2ecb68815 100644
--- a/httemplate/search/elements/grouped-search/html
+++ b/httemplate/search/elements/grouped-search/html
@@ -120,7 +120,7 @@ for (my $i = 0; $i < $group_info->{num}; $i++) {
border-spacing: 0;
}
</STYLE>
-<table class="grid">
+<table class="grid nosplitrows">
<thead>
<& /search/elements/search-html.html:header_row,
'header' => $opt{'header'},