mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
8 lines
124 B
SCSS
8 lines
124 B
SCSS
.#{$ns}JsonField {
|
|
&-nodeValue {
|
|
white-space: normal;
|
|
word-break: break-all;
|
|
overflow-wrap: break-word;
|
|
}
|
|
}
|