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