mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
web/composer: fix textarea font
This commit is contained in:
parent
f38946b96e
commit
066c3ff0d3
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ div.message-composer {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
resize: none;
|
resize: none;
|
||||||
font-family: sans-serif;
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
|
||||||
height: auto;
|
height: auto;
|
||||||
padding: .5rem;
|
padding: .5rem;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue