mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 23:54:13 +08:00
Fixes small textarea on raw html signature editor #68
This commit is contained in:
parent
fe2030c2d4
commit
b7aef51c44
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,8 @@
|
|||
}
|
||||
|
||||
textarea {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 10px;
|
||||
border: 0;
|
||||
flex: 1;
|
||||
|
|
Loading…
Reference in a new issue