ionuttibi
ionuttibi

Reputation: 493

Chrome DevTools Network requests payload arrows from JSON objects are out of place

Not sure if this is only affecting me but, as shown in the attached picture, my object arrows are our of place making it very hard to read the object.

They should be on the same line as the property as shown in picture

enter image description here

Upvotes: 11

Views: 1403

Answers (3)

Lahcen
Lahcen

Reputation: 1423

if do you still face this annoying issue, just update to the last Version, it has been fixed recently.

Upvotes: 0

Shawn Wang
Shawn Wang

Reputation: 2742

Same issue here.
Not sure which version, but i confirm it has been fixed in Chrome 106.0.5249.91 official release

Upvotes: 2

jibber
jibber

Reputation: 41

This looks like a regression bug. There is an open issue in the Chromium issue tracker here: https://bugs.chromium.org/p/chromium/issues/detail?id=1359297&q=payload

Upvotes: 4

Related Questions