web/composer: fix line height

This commit is contained in:
Tulir Asokan 2024-10-19 14:53:26 +03:00
parent d3decc5255
commit b37e4644b7

View file

@ -4,10 +4,10 @@ div.message-composer {
> div.input-area { > div.input-area {
display: flex; display: flex;
align-items: center; align-items: center;
line-height: 1.25;
margin-right: .25rem; margin-right: .25rem;
> textarea { > textarea {
line-height: 1.25;
flex: 1; flex: 1;
resize: none; resize: none;
font-family: sans-serif; font-family: sans-serif;