Padding ignored inside DIV

I have a div card with 33px padding and the child elements are not being “padded”.

You can see the screen cap how the triangle is flushes with the div’s edge.

Any thoughts on what might be causing this?

PS: I have the same issue with padding being ignored on button styled link elements.

You are missing pixels on padding-top. Value should say “33px”, not only “33”.

1 Like

:pray: Legend. Thank you Pakic!