From 24900ec7f86fa0873c6be1f93d2ccba678a3a18a Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Fri, 3 Dec 2021 10:22:37 +0000 Subject: [PATCH] compose: Don't fix width of send button. Since the width of `send` text can vary based on language. We shouldn't fix its width. --- static/styles/compose.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/styles/compose.css b/static/styles/compose.css index 5ed4b4b481..58f822039e 100644 --- a/static/styles/compose.css +++ b/static/styles/compose.css @@ -428,7 +428,6 @@ input.recipient_box { #compose-send-button { height: 24px; - width: 40px; padding-top: 3px; padding-bottom: 3px; margin-bottom: 0;