Skip to content

Commit 44b23a4

Browse files
committed
fix: add white-space pre-wrap style to jv-code class for better text formatting
1 parent ca2f43a commit 44b23a4

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)