mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 14:35:27 +00:00
compose: Fix overlaping expand-compose icon.
The expand-compose icon currently overlaps with the recipient input field of private message compose box. Reduce the size of the division to fix overlap.
This commit is contained in:
committed by
Tim Abbott
parent
5e97ec9ad9
commit
269f6fb577
@@ -116,7 +116,7 @@
|
|||||||
|
|
||||||
.pm_recipient {
|
.pm_recipient {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-right: 20px;
|
margin-right: 35px;
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user