Increase max length of JSON viewer labels for primitive values
This commit is contained in:
parent
aac4d1e305
commit
27a7c29ac1
|
@ -243,7 +243,7 @@
|
|||
}
|
||||
.binding-label.primitive {
|
||||
flex: 0 0 auto;
|
||||
max-width: 50%;
|
||||
max-width: 75%;
|
||||
}
|
||||
.binding-value.primitive {
|
||||
flex: 0 1 auto;
|
||||
|
|
Loading…
Reference in New Issue