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
There is a minor vertical misalignment with the marked texts when using the webawesome.css. It is by all means not critical, but it is notisable when suddenly spotting it :-)
To Reproduce
Steps to reproduce the behavior:
Create this code:
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://early.webawesome.com/[email protected]/dist/styles/themes/default.css" />
<link rel="stylesheet" href="https://early.webawesome.com/[email protected]/dist/styles/webawesome.css" />
<link rel="stylesheet" href="https://early.webawesome.com/[email protected]/dist/styles/utilities/fouce.css" />
<script type="module" src="https://early.webawesome.com/[email protected]/dist/webawesome.loader.js"></script>
</head>
<body>
This word is <mark>highlighted</mark> <highlight>highlighted</highlight>, this is <ins>new</ins> <new>new</new>, this is <del>deleted</del>, this is <code>inline code</code>, this is sup-header <sup>top</sup> and this is sub-header <sub>bottom</sub>
</body>
</html>
Take a screenshot and zoom heavily on e.g. the "highligted" marking, and see there i a 1-2px misalignment to the other normal text.
Describe the bug
There is a minor vertical misalignment with the marked texts when using the
webawesome.css
. It is by all means not critical, but it is notisable when suddenly spotting it :-)To Reproduce
Steps to reproduce the behavior:
Demo
https://jsfiddle.net/6oarwj1L/
Screenshots
Browser / OS
The text was updated successfully, but these errors were encountered: