Increase max length of JSON viewer labels for primitive values

This commit is contained in:
Andrew Kingston 2025-01-21 15:44:29 +00:00
parent aac4d1e305
commit 27a7c29ac1
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@
} }
.binding-label.primitive { .binding-label.primitive {
flex: 0 0 auto; flex: 0 0 auto;
max-width: 50%; max-width: 75%;
} }
.binding-value.primitive { .binding-value.primitive {
flex: 0 1 auto; flex: 0 1 auto;