From 66177ce89b66d4d4feb467b1fe011804b5d71b33 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 8 Aug 2024 09:36:50 -0600 Subject: [PATCH] Mail: Fix address labels in preview were hidden by avatar --- mail/templates/default/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/templates/default/app.css b/mail/templates/default/app.css index 9c79b5e2f7..cdf82034e2 100644 --- a/mail/templates/default/app.css +++ b/mail/templates/default/app.css @@ -1024,7 +1024,7 @@ div#mail-index_nm.splitter-pane {min-height: 100px;} .previewWrapper .firstColumnTitle { max-width: 7em; - text-align: end; + justify-content: flex-end; min-width: 7em; color: darkgrey; }