I use plenty of property checkpoints and often I check the values of properties like contentText, innerText, innerHTML or outerHTML. All these properties have in common, that their values often are longer texts.
Before this release you could work with these values in larger text areas, at least in my case most often the size of the text area was sufficient to view the whole property value at once.
With this release the area in which the value is displayed is very tiny, I can only see a small fraction of the property value I want to work with.
This makes the work with property values like contentText very uncomfortable and mistakes are more likely to occur.
From my point of view a way to expand the editable display of properties when working with property checkpoints is necessary.