diff --git a/CHANGELOG b/CHANGELOG index d91801ff6..eb20920d1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -32,6 +32,7 @@ CHANGELOG Roundcube Webmail - Mailvelope: Fix Encrypt button hidden in Elastic (#7353) - Fix PHP warning: count(): Parameter must be an array or an object... in ID command handler (#7392) - Fix error when user-configured skin does not exist anymore (#7271) +- Elastic: Fix aspect ratio of a contact photo in mail preview (#7339) RELEASE 1.4.4 ------------- diff --git a/skins/elastic/styles/styles.less b/skins/elastic/styles/styles.less index acbdc9c85..77eea659d 100644 --- a/skins/elastic/styles/styles.less +++ b/skins/elastic/styles/styles.less @@ -181,6 +181,7 @@ body.task-error-login #layout { border-radius: 50%; width: @mail-header-photo-height; height: @mail-header-photo-height; + object-fit: cover; } div.header-content {