mirror of https://github.com/zulip/zulip.git
Fix whitespace in CSS code
(imported from commit 4b323781a0ef9ef63cd57ada3df8d50985b3f71c)
This commit is contained in:
parent
3430bc8ff3
commit
c15c7d7633
|
@ -1293,8 +1293,8 @@ input.recipient_box {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 11px;
|
left: 11px;
|
||||||
top:8px;
|
top: 8px;
|
||||||
z-index:5;
|
z-index: 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
#searchbox_form {
|
#searchbox_form {
|
||||||
|
|
Loading…
Reference in New Issue