From 86a553c42e4c647ebbdc00c0adcb8b49786d639f Mon Sep 17 00:00:00 2001 From: bir Date: Tue, 21 Jan 2025 13:06:51 +0100 Subject: [PATCH] Fix some mail bodies cutoff on Mobile It was happening due to align property which will cause mailbody height to be incorrect. Solved by removing the deprecated align property. Co-authored-by: ivk close: #8271 --- src/common/misc/TranslationKey.ts | 1 + src/mail-app/translations/de.ts | 1 + src/mail-app/translations/de_sie.ts | 1 + src/mail-app/translations/en.ts | 1 + 4 files changed, 4 insertions(+) diff --git a/src/common/misc/TranslationKey.ts b/src/common/misc/TranslationKey.ts index 58ab1127c095..43d325632801 100644 --- a/src/common/misc/TranslationKey.ts +++ b/src/common/misc/TranslationKey.ts @@ -1872,6 +1872,7 @@ export type TranslationKeyType = | "yourMessage_label" | "you_label" | "emptyString_msg" + | "vitor_alt" // Put in temporarily, will be removed soon | "localAdminGroup_label" | "assignAdminRightsToLocallyAdministratedUserError_msg" diff --git a/src/mail-app/translations/de.ts b/src/mail-app/translations/de.ts index 694d401ba0d3..571b0b7bd183 100644 --- a/src/mail-app/translations/de.ts +++ b/src/mail-app/translations/de.ts @@ -1892,6 +1892,7 @@ export default { "yourFolders_action": "DEINE ORDNER", "yourMessage_label": "Deine Nachricht", "you_label": "Du", + "vitor_alt": "Black-and white high-contrast image of a man (Vitor) sipping from a cup, knowing he is secure.", // Put in temporarily, will be removed soon "localAdminGroup_label": "Local admin group", "assignAdminRightsToLocallyAdministratedUserError_msg": "You can't assign global admin rights to a locally administrated user.", diff --git a/src/mail-app/translations/de_sie.ts b/src/mail-app/translations/de_sie.ts index 5cc943f75936..22aa87e2cd24 100644 --- a/src/mail-app/translations/de_sie.ts +++ b/src/mail-app/translations/de_sie.ts @@ -1892,6 +1892,7 @@ export default { "yourFolders_action": "Ihre ORDNER", "yourMessage_label": "Ihre Nachricht", "you_label": "Sie", + "vitor_alt": "Black-and white high-contrast image of a man (Vitor) sipping from a cup, knowing he is secure.", // Put in temporarily, will be removed soon "localAdminGroup_label": "Local admin group", "assignAdminRightsToLocallyAdministratedUserError_msg": "You can't assign global admin rights to a locally administrated user.", diff --git a/src/mail-app/translations/en.ts b/src/mail-app/translations/en.ts index cae4310f47f2..43fe30927311 100644 --- a/src/mail-app/translations/en.ts +++ b/src/mail-app/translations/en.ts @@ -1888,6 +1888,7 @@ export default { "yourFolders_action": "YOUR FOLDERS", "yourMessage_label": "Your message", "you_label": "You", + "vitor_alt": "Black-and white high-contrast image of a man (Vitor) sipping from a cup, knowing he is secure.", // Put in temporarily, will be removed soon "localAdminGroup_label": "Local admin group", "assignAdminRightsToLocallyAdministratedUserError_msg": "You can't assign global admin rights to a locally administrated user.",