From 2c31de0a86a49cf607f66eca5a282ecbddde2eec Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 12 Mar 2025 23:22:04 -0700 Subject: [PATCH] compose: Remove baseline override for recipient picker. After testing the previous commit a bit more, it appears to me that the typo fix on `first-baseline` that I made was in error; what looks good and matches the screenshots in the PR was having that line of CSS be invalid/deleted. --- web/styles/zulip.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/web/styles/zulip.css b/web/styles/zulip.css index aedfc20a64..b18061ae87 100644 --- a/web/styles/zulip.css +++ b/web/styles/zulip.css @@ -2169,16 +2169,6 @@ body:not(.spectator-view) { white-space: normal; } - &.compose_select_recipient-dropdown-list-container { - .dropdown-list .dropdown-list-item-common-styles { - /* We align items to the baseline for the sake of - the compose_select_recipient dropdown, which has - icons not present in other dropdowns. We also want - to hold the icon to the first baseline. */ - align-items: first baseline; - } - } - .dropdown-list .dropdown-list-item-common-styles { position: relative; display: flex;