mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
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 {
|
> 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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue