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.
This commit is contained in:
Brock Whittaker 2017-11-30 17:15:03 -08:00 committed by showell
parent 0ed9da9a11
commit 2776787dc3
1 changed files with 0 additions and 1 deletions

View File

@ -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;