mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-09 17:46:51 +01:00
Elastic: Restrict logo size in print view (#7275)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user