Why getComputedStyle returns different display value for button?

Viewed 22

I have a button, and even if I set its display: inline; the getComputedStyle() returns display as inline-block. Why is that?

enter image description here

0 Answers
Related