From 1eb29cf4147d30913c2e17083dfdbc450a1fd944 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 6c0be658e6..2e8b683b33 100644 --- a/mail/templates/default/app.css +++ b/mail/templates/default/app.css @@ -1063,7 +1063,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; }