13 lines
139 B
CSS
13 lines
139 B
CSS
.ceTextarea {
|
|
width: 90%;
|
|
height: 300px;
|
|
resize: none;
|
|
white-space: pre;
|
|
}
|
|
|
|
#kceEditor {
|
|
max-width: 490px;
|
|
display: inline-block;
|
|
}
|
|
|