Fixes small textarea on raw html signature editor #68

This commit is contained in:
Agustín Rodríguez 2017-10-09 23:00:44 -03:00 committed by Ben Gotow
parent fe2030c2d4
commit b7aef51c44

View file

@ -82,6 +82,8 @@
}
textarea {
width: 100%;
height: 100%;
padding: 10px;
border: 0;
flex: 1;