@@ -1,11 +1,13 @@
.divTextarea {
overflow-y: auto;
+ overflow-x: hidden;
+ max-height: 100px;
border-bottom: 1px dashed #333;
box-sizing: border-box;
- min-height: 18px;
+ min-height: 20px;
width: 100%;
outline: none;
- line-height: 17px;
+ line-height: 20px;
resize: none;
font-family: inherit;
}
@@ -96,8 +96,8 @@
span {
display: inline-block;
- height: 18px;
- line-height: 18px;
+ height: 20px;
// border-bottom: 1px solid #333;
// margin-right: 8px;