mirror of https://github.com/zulip/zulip.git
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.
This commit is contained in:
parent
c7f27f6c94
commit
24900ec7f8
|
@ -428,7 +428,6 @@ input.recipient_box {
|
|||
|
||||
#compose-send-button {
|
||||
height: 24px;
|
||||
width: 40px;
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
margin-bottom: 0;
|
||||
|
|
Loading…
Reference in New Issue