From 2776787dc38ee90321a80e07bfd0ca73676ab4a3 Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Thu, 30 Nov 2017 17:15:03 -0800 Subject: [PATCH] compose-alert: Remove unneeded style. This removes the width attribute that actually makes the notification about a pixel too long, because removing this with a block element will automatically make it 100% auto fit. --- static/styles/compose.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/styles/compose.css b/static/styles/compose.css index ce8af5f239..da03e73c08 100644 --- a/static/styles/compose.css +++ b/static/styles/compose.css @@ -228,7 +228,6 @@ table.compose_table { /* Like .nav-tabs > li > a */ #compose-send-status { - width: calc(100% - 28px); padding: 8px 14px 8px 14px; margin-bottom: 8px; line-height: 20px;