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:
Gaurav Pandey
2021-07-14 15:21:04 +05:30
committed by Tim Abbott
parent 5e97ec9ad9
commit 269f6fb577

View File

@@ -116,7 +116,7 @@
.pm_recipient {
margin-left: 5px;
margin-right: 20px;
margin-right: 35px;
display: flex;
width: 100%;
}