I faced the same issue and found out that I had added a transform: scale(0.9);
style to one of the parent components. Once I removed that, the element size tooltip and the computed style sizes in the box model matched up. It might be worth checking if you have a similar transformation affecting your element.