From fd486f783910b2f9234d132b80383bb16bc9b2d7 Mon Sep 17 00:00:00 2001 From: Cynthia Lin Date: Tue, 30 Jan 2018 21:13:27 -0800 Subject: [PATCH] input-pill: Fix vertically-misaligned PM compose pills. Fixes #8775. --- static/styles/input_pill.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/styles/input_pill.css b/static/styles/input_pill.css index a37de4fccf..b1d0af9e8b 100644 --- a/static/styles/input_pill.css +++ b/static/styles/input_pill.css @@ -74,6 +74,9 @@ margin: -1px 0px; border: none; + + display: flex; + align-content: center; } .pm_recipient .pill-container .input {