Fix lineheight

This commit is contained in:
cyril lopez 2018-03-19 15:35:47 +01:00
parent 17aa4049d1
commit 34e968077d

View File

@ -23,10 +23,11 @@
.editor { .editor {
min-height: 303px; min-height: 303px;
padding: 8px 10px 0 10px; padding: 2px 10px 0 10px;
font-size: 16px; font-size: 16px;
margin-top: 10px; margin-top: 10px;
background-color: #fff; background-color: #fff;
line-height: 18px;
cursor: text; cursor: text;
} }