Browse Source

BI-85146 fix:编辑框换行

es6
Tangjinxia 4 years ago
parent
commit
3cc25014c7
  1. 1
      src/less/base/single/editor/editor.textarea.less

1
src/less/base/single/editor/editor.textarea.less

@ -4,6 +4,7 @@
.overflow-hidden();
& .textarea-editor-content {
white-space: pre-wrap;
word-break: break-all;
font-size: @font-size-12;
line-height: 21px;
& {

Loading…
Cancel
Save