You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.
I've been using this for a while now, and found that many issues with adding span elements (e.g. them being organized vertically, or not being rendered at the same vertical position as the text around them, or disappearing spaces), can be solved by adding display: contents. So, addng
Unfortunately I won't be maintaining this project anymore. Since you've already made some great improvements to your fork, I'm archiving it and linking to your repo in the README. Thanks for your contributions!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've been using this for a while now, and found that many issues with adding span elements (e.g. them being organized vertically, or not being rendered at the same vertical position as the text around them, or disappearing spaces), can be solved by adding
display: contents
. So, addngand
solves many issues.
A better way of doing this is to replace
span.style.fontWeight = 'bolder';
withspan.className = 'bread';
and to addThe text was updated successfully, but these errors were encountered: