So this one is a little odd in the sense that I have a button without a fixed width. The button uses padding to give it its shape. Inside the button I have the words "Got it ". Problem is, the emoji is not vertically aligned with the text. I tried
vertical-align: middle
vertical-align: middle
and
line-height: 1
line-height: 1
and that doesn't work. I also can't use
position: relative
position: relative
as that would take the emoji out of the flow of the document. Any ideas?