mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13: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;
|
||||
flex: 1;
|
||||
resize: none;
|
||||
font-family: sans-serif;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
|
||||
height: auto;
|
||||
padding: .5rem;
|
||||
border: none;
|
||||
|
|
Loading…
Add table
Reference in a new issue