mirror of https://github.com/zulip/zulip.git
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:
parent
0ed9da9a11
commit
2776787dc3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue