From 269f6fb577162f77179658993201bc8912e2fee5 Mon Sep 17 00:00:00 2001 From: Gaurav Pandey Date: Wed, 14 Jul 2021 15:21:04 +0530 Subject: [PATCH] compose: Fix overlaping expand-compose icon. The expand-compose icon currently overlaps with the recipient input field of private message compose box. Reduce the size of the division to fix overlap. --- static/styles/compose.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/compose.css b/static/styles/compose.css index 974f76e89e..fa16240fa2 100644 --- a/static/styles/compose.css +++ b/static/styles/compose.css @@ -116,7 +116,7 @@ .pm_recipient { margin-left: 5px; - margin-right: 20px; + margin-right: 35px; display: flex; width: 100%; }