Skip to content

Commit

Permalink
Prevent the detail panel from getting printed
Browse files Browse the repository at this point in the history
  • Loading branch information
leonvogt committed Nov 10, 2024
1 parent 8c6b8af commit 5876d6e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/styles/hotwire_dev_tools_detail_panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -414,3 +414,9 @@ code.hljs {
color: #b31d28;
background-color: #ffeef0;
}

@media print {
#hotwire-dev-tools-detail-panel-container {
display: none !important;
}
}

0 comments on commit 5876d6e

Please sign in to comment.