Closed papazetis closed 1 year ago
I think that img {display: block} is wrong - I haven't tested svg, video, canvas, audio, iframe, embed, object yet
img {display: block}
svg, video, canvas, audio, iframe, embed, object
It's causing an issue when you add an image next to a text,
All modern frameworks, like bootstrap and uikit, have only {vertical-align: middle}
{vertical-align: middle}
I think that
img {display: block}
is wrong - I haven't testedsvg, video, canvas, audio, iframe, embed, object
yetIt's causing an issue when you add an image next to a text,
All modern frameworks, like bootstrap and uikit, have only
{vertical-align: middle}