diff options
author | Mark Wells <mark@freeside.biz> | 2016-07-12 14:25:52 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-07-12 14:25:52 -0700 |
commit | 79c36329a22477bc7a85508fc7ce18202f00b702 (patch) | |
tree | 251def4f019eeef6bc88f3574b1cc665f7973822 /httemplate/search/elements | |
parent | 64aa9aa36d8b8636b4984de7d15cd7bd1a889542 (diff) |
Revert "workaround for page-break-inside:avoid on Chrome, #71301"
This reverts commit 64aa9aa36d8b8636b4984de7d15cd7bd1a889542.
Diffstat (limited to 'httemplate/search/elements')
-rw-r--r-- | httemplate/search/elements/grouped-search/html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/elements/grouped-search/html b/httemplate/search/elements/grouped-search/html index 2ecb68815..df1471a52 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 nosplitrows"> +<table class="grid"> <thead> <& /search/elements/search-html.html:header_row, 'header' => $opt{'header'}, |