fix(theme): prevent `sub` and `sup` elements from affecting line height

based on normalize.css

closes #5173
pull/5176/head
Divyansh Singh 4 months ago
parent cb8f5531ce
commit 19357f9d33

@ -241,6 +241,22 @@
overflow-wrap: break-word;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
vite-error-overlay {
z-index: 9999;
}

Loading…
Cancel
Save