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
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
react-diff-view/src/styles/index.css
Line 77 in 72868c2
Assuming that the rendered code is like this
When I use ctrl+f to search for "onUpdate" on the webpage, I cannot find the above one because the display of .diff-code-edit is inline-block.
I think display: inline-block should be changed to display: inline.
The text was updated successfully, but these errors were encountered: