Closed
Description
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>