mirror of https://github.com/zulip/zulip.git
quickfix whitespace on the composebox
(imported from commit 431a7bc2ac1192416f3c2bc7cbeaeac802a0ec62)
This commit is contained in:
parent
0983840e7b
commit
11e44c68ce
|
@ -769,6 +769,9 @@ blockquote p {
|
||||||
|
|
||||||
#compose_close {
|
#compose_close {
|
||||||
display: none;
|
display: none;
|
||||||
|
position: absolute;
|
||||||
|
right: 5px;
|
||||||
|
top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Like .nav-tabs > li > a */
|
/* Like .nav-tabs > li > a */
|
||||||
|
|
Loading…
Reference in New Issue