Skip to content

Commit df095f2

Browse files
authored
Merge pull request #617 from devforth/feature/AdminForth/1619/can't-access-to-string-continu
fix: add white-space pre-wrap style to jv-code class for better text …
2 parents 164e97c + 44b23a4 commit df095f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

adminforth/spa/src/components/ValueRenderer.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ function getArrayItemDisplayValue(value: any, column: AdminForthResourceColumnCo
188188
189189
.jv-container .jv-code {
190190
padding: 10px 10px;
191+
white-space: pre-wrap;
191192
}
192193
193194
.jv-container .jv-button[class] {

0 commit comments

Comments
 (0)