From 8d539cff8f7ef0929f2ab346c3c869811b71a92e Mon Sep 17 00:00:00 2001 From: Rohitt Vashishtha Date: Wed, 14 Dec 2022 22:25:05 +0530 Subject: [PATCH] css: Remove unneeded 35px right margin from recipient row. This margin doesn't make sense in a wider view, and is actually a hinderance to the layout on narrower screens, and removing it still keeps more than enough separation from the buttons on the right. --- static/styles/compose.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/styles/compose.css b/static/styles/compose.css index 80e9afd5c1..3e27029235 100644 --- a/static/styles/compose.css +++ b/static/styles/compose.css @@ -128,7 +128,6 @@ .pm_recipient { margin-left: 5px; - margin-right: 35px; display: flex; align-items: center; width: 100%;