amis2/packages/amis-ui/scss/components/_json.scss
2022-06-01 15:06:00 +08:00

8 lines
124 B
SCSS

.#{$ns}JsonField {
&-nodeValue {
white-space: normal;
word-break: break-all;
overflow-wrap: break-word;
}
}