Closed
Description
Firstly thanks for this great library, amazing work :)
I believe there's a minor UI issue when using unified (non-split) view and hiding line numbers, where the expand links end up squished over to the right, like this:
The combination to get this to occur is as follows:
return <ReactDiffViewer ... splitView={false} hideLineNumbers={true} />;