From 7e2c3381aeddaab44cf2535c252355d89cd41f1d Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Tue, 8 May 2018 12:42:11 -0400 Subject: [PATCH] Fix Duplicated Table Header Fixes a pretty common issue. See #318. --- client/homebrew/phbStyle/phb.style.less | 1 + 1 file changed, 1 insertion(+) diff --git a/client/homebrew/phbStyle/phb.style.less b/client/homebrew/phbStyle/phb.style.less index 261fca0f9..30e2a296b 100644 --- a/client/homebrew/phbStyle/phb.style.less +++ b/client/homebrew/phbStyle/phb.style.less @@ -156,6 +156,7 @@ body { margin-bottom : 1em; font-size : 10pt; thead{ + display: table-row-group; font-weight : 800; th{ vertical-align : bottom;