From e2bf50f358d56ee51e018c83ffbe58db4ad05425 Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Thu, 6 Mar 2025 15:45:12 -0600 Subject: [PATCH] compose: Share 'normal' line height on recipient row. --- web/styles/compose.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/styles/compose.css b/web/styles/compose.css index a0fe64dbe9..f20bdaedb7 100644 --- a/web/styles/compose.css +++ b/web/styles/compose.css @@ -1335,6 +1335,10 @@ textarea.new_message_textarea { } #compose-recipient { + /* Enforce a shared, 'normal' line-height on + the recipient elements for baseline alignment, + and better use of the recipient-row space. */ + line-height: normal; display: flex; flex: 1 1 0; /* Use this containing flex element to