Skip to content

Commit

Permalink
Fix common-content-header for phantomjs rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
ZIMkaRU committed Mar 1, 2024
1 parent 1fbd11a commit 222d8aa
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,20 @@ h6 {
color: #3e4444;
}

/*
The fix for Phantomjs rendering
*/
.common-content-header {
border-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-top-style: solid;
border-bottom-style: solid;
}

.no-phantomjs .common-content-header {
border: 0;
}

.responsive-table {
margin-bottom: 20px;
}
Expand Down

0 comments on commit 222d8aa

Please sign in to comment.