mirror of https://github.com/zulip/zulip.git
Fix position of restore draft button.
The Restore draft button currently appears before Markdown preview button. This commit moves restore draft to right most position.
This commit is contained in:
parent
0dbe1bb87e
commit
713b69ceab
|
@ -359,10 +359,11 @@ input.recipient_box {
|
|||
}
|
||||
|
||||
#restore-draft {
|
||||
float: left;
|
||||
display: none;
|
||||
position: relative;
|
||||
margin-right: 1em;
|
||||
padding-top: 2px;
|
||||
margin-left: 5px;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
#sending-indicator {
|
||||
|
|
Loading…
Reference in New Issue