Skip to content

Commit

Permalink
Fix truncates lines in print view roundcube#9677
Browse files Browse the repository at this point in the history
  • Loading branch information
gcolpart authored Nov 5, 2024
1 parent 06c5e01 commit e919452
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions skins/elastic/styles/print.less
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,8 @@ body {
margin-bottom: 0;
}
}
@media print {
body{
min-width: auto !important;
}
}

0 comments on commit e919452

Please sign in to comment.