What is the purpose of this purple arrow in browser dev tool?

Viewed 1025

enter image description here

What is the purpose of this arrow? I know about the dashed line area thanks to this post but I don't know what the arrow is.

Here is a reproductible example:

<div style="display: flex; flex-direction: row; flex-wrap: nowrap; background-color: grey;">
  <div style="height: 84px; width: 112px;"></div>  
</div>
0 Answers
Related