Skip to content

Commit

Permalink
Adjust width used for checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
aanunez committed Apr 27, 2024
1 parent 8034af9 commit d2b8c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/viewTweaks.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ $(document).ready(() => {
const insertToggleFilters = () => {

// Insert into the DOM
$("#report_div .d-print-none").eq(1).css("width", "30em").append(templates.rtCheckboxes);
$("#report_div .d-print-none").eq(1).css("width", "32em").append(templates.rtCheckboxes);

// Hide some checkboxes if needed
let keys = Object.keys(module.headers.core);
Expand Down

0 comments on commit d2b8c1e

Please sign in to comment.