Skip to content

Commit

Permalink
Fix some mail bodies cutoff on Mobile
Browse files Browse the repository at this point in the history
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 <[email protected]>

close: #8271
  • Loading branch information
BijinDev committed Jan 21, 2025
1 parent d6036af commit 86a553c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/common/misc/TranslationKey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/mail-app/translations/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
1 change: 1 addition & 0 deletions src/mail-app/translations/de_sie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
1 change: 1 addition & 0 deletions src/mail-app/translations/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 86a553c

Please sign in to comment.