Elastic: Restrict logo size in print view (#7275)

pull/7317/head
Aleksander Machniak 4 years ago
parent 679cb1833c
commit 9ddb57f5bb

@ -22,6 +22,7 @@ CHANGELOG Roundcube Webmail
- Elastic: Fix text selection with Shift+PageUp and Shift+PageDown in plain text editor when using Chrome (#7230)
- Elastic: Fix recipient input bug when using click to select a contact from autocomplete list (#7231)
- Elastic: Fix color of a folder with recent messages (#7281)
- Elastic: Restrict logo size in print view (#7275)
- Fix invalid Content-Type for messages with only html part and inline images - Mail_Mime-1.10.7 (#7261)
- Fix missing contact display name in QR Code data (#7257)
- Fix so button label in Select image/media dialogs is "Close" not "Cancel" (#7246)

@ -19,6 +19,10 @@ body {
#print-layout {
margin: 1rem;
#logo {
max-height: 80px;
}
// Overwrites for mail message printouts
.image-attachment {

Loading…
Cancel
Save