Skip to content

Commit

Permalink
Merge branch 'htb-design-tables' into 'main'
Browse files Browse the repository at this point in the history
Update HTB designs to improve table rendering performance

See merge request reportcreator/reportcreator!749
  • Loading branch information
MWedl committed Nov 5, 2024
2 parents 3ed99fb + 9fad68c commit 9f1887a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Allow to cancel PDF rendering requests
* Show PDF render timing information
* Fix error while updating user fields via REST API
* Update HTB designs to improve table rendering performance


## v2024.81 - 2024-10-25
Expand Down
3 changes: 3 additions & 0 deletions demo_data/htb-designs/cbbh.toml
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,9 @@ footnote {
/* Finding */
.finding-header {
table-layout: fixed;
}
.finding-header th {
font-weight: normal;
width: 7em;
Expand Down
3 changes: 3 additions & 0 deletions demo_data/htb-designs/cpts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,9 @@ footnote {
/* Finding */
.finding-header {
table-layout: fixed;
}
.finding-header th {
font-weight: normal;
width: 7em;
Expand Down
3 changes: 3 additions & 0 deletions demo_data/htb-designs/cwee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,9 @@ footnote {
/* Finding */
.finding-header {
table-layout: fixed;
}
.finding-header th {
font-weight: normal;
width: 7em;
Expand Down

0 comments on commit 9f1887a

Please sign in to comment.