Minor issue - spacer shows a dotted border in read-only model · Issue #907 · react-page/react-page · GitHub
More Web Proxy on the site http://driver.im/
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
A spacer shows a dotted line around it in read only mode. As shown in the image:
The same can be seen in the demo (https://react-page.github.io/readonly), at the bottom:
That's this piece of code:
<div class="react-page-plugins-content-spacer" style="border: 1px solid rgba(0, 0, 0, 0.12);"><div style="height: 24px;"></div></div>
The text was updated successfully, but these errors were encountered: