Skip to content

Commit

Permalink
fix: Use word-break property for print media to avoid overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
surajshetty3416 committed Mar 2, 2023
1 parent bcb0d29 commit 0ed25cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frappe/public/scss/print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
.print-hide {
display: none !important;
}
.overflow-wrap-anywhere {
* {
word-break: break-all;
}
}
}

.action-banner {
Expand Down

0 comments on commit 0ed25cd

Please sign in to comment.