Skip to content

Commit

Permalink
Remove borders when printing
Browse files Browse the repository at this point in the history
  • Loading branch information
Snicker7 committed Feb 27, 2023
1 parent 389982d commit 818e7c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/report.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
{
display: none !important;
}
div {
border: none !important;
}
}
</style>

Expand Down Expand Up @@ -98,6 +101,7 @@ <h5>CRISPResso2 run information</h5>
<div class="tab-pane fade show active" id="log_aln" role="tabpanel">
{{ render_partial('shared/partials/fig_reports.html', report_data=report_data, fig_name='plot_1a')}}
</div>

{{ render_partial('shared/partials/log_params.html', report_data=report_data) }}
</div>
</div>
Expand Down

0 comments on commit 818e7c2

Please sign in to comment.