mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:58:07 +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;
|
||
|
}
|
||
|
}
|