forked from Mirrors/gomuks
web/composer: fix line height
This commit is contained in:
parent
d3decc5255
commit
b37e4644b7
1 changed files with 1 additions and 1 deletions
|
@ -4,10 +4,10 @@ div.message-composer {
|
|||
> div.input-area {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
line-height: 1.25;
|
||||
margin-right: .25rem;
|
||||
|
||||
> textarea {
|
||||
line-height: 1.25;
|
||||
flex: 1;
|
||||
resize: none;
|
||||
font-family: sans-serif;
|
||||
|
|
Loading…
Add table
Reference in a new issue