3a3ecabe
Imshann
init
|
1
2
3
4
5
6
7
8
9
10
11
12
|
.es-input-textarea-show-count::after {
float: right;
color: #00000073;
white-space: nowrap;
content: attr(data-count);
pointer-events: none;
}
.es-input {
width: 100%;
max-width: 100%;
resize: vertical;
}
|