With a long key, and sufficiently long value to cause wrapping, it is possible to get text overlap. E.g.,
The downstream fix is to use
.json-key {
min-width: unset !important;
}
which restores to the old behaviour of
Perhaps this is an unintentional side affect of adding min-width: 12px in b99918a?
With a long key, and sufficiently long value to cause wrapping, it is possible to get text overlap. E.g.,
The downstream fix is to use
which restores to the old behaviour of
Perhaps this is an unintentional side affect of adding
min-width: 12pxin b99918a?