🎨(preferences): Adjust textbox styles for signatures and templates

This commit is contained in:
Jackie Luo 2016-04-07 14:12:35 -07:00
parent be7a196eeb
commit 5fc110c1dc
2 changed files with 6 additions and 0 deletions

View file

@ -7,6 +7,7 @@
.signature-wrap {
position: relative;
border: 1px solid @input-border-color;
background-color: @white;
padding: 10px;
margin-top: 20px;
min-height: 200px;

View file

@ -51,11 +51,16 @@
.template-wrap {
position: relative;
border: 1px solid @input-border-color;
background-color: @white;
padding: 10px;
margin-top: 20px;
min-height: 200px;
display: flex;
.contenteditable-container {
min-height: 200px;
}
textarea {
border: 0;
padding: 0;