Merge pull request #2826 from ethereum/ppmm

Debugger UI
pull/5370/head
bunsenstraat 2 years ago committed by GitHub
commit 7149ad4f6c
  1. 5
      libs/remix-ui/tree-view/src/lib/remix-ui-tree-view.css

@ -21,11 +21,12 @@
}
.label_item {
word-break: break-all;
max-width: 90%;
}
.label_key {
min-width: max-content;
max-width: 80%;
max-width: 65%;
word-break: break-word;
min-width: fit-content;
}
.label_value {
min-width: 10%;

Loading…
Cancel
Save