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
(and ins) is changed to vertical-align: baseline; or just removed, then this should work as expected. Not exactly sure why the middle alignment was added in the first place. I can see it was added in #348.
The text was updated successfully, but these errors were encountered:
Step 0: Describe your environment
Step 1: Describe the problem:
Inserted/deleted text sinks slightly below matching text. Notice in this screenshot of the demo page how the parenthesis don't line up exactly:

Steps to reproduce:
Expected Results:
Relevant Code:
If
diff2html/src/ui/css/diff2html.css
Line 159 in 2c7e03d
vertical-align: baseline;
or just removed, then this should work as expected. Not exactly sure why the middle alignment was added in the first place. I can see it was added in #348.The text was updated successfully, but these errors were encountered: