8000 Minor issue - spacer shows a dotted border in read-only model · Issue #907 · react-page/react-page · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Minor issue - spacer shows a dotted border in read-only model #907

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
zehawki opened this issue Feb 20, 2021 · 3 comments
Closed

Minor issue - spacer shows a dotted border in read-only model #907

zehawki opened this issue Feb 20, 2021 · 3 comments
Assignees

Comments

@zehawki
Copy link
Contributor
zehawki commented Feb 20, 2021

A spacer shows a dotted line around it in read only mode. As shown in the image:

image

The same can be seen in the demo (https://react-page.github.io/readonly), at the bottom:

image

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>

@zehawki zehawki added the bug label Feb 20, 2021
@zehawki
Copy link
Contributor Author
zehawki commented Feb 20, 2021

Workaround via a CSS override:

.react-page-plugins-content-spacer {
  border: unset!important;
}

@macrozone
Copy link
Collaborator

thank you, probably a bug i introduced recently.

@macrozone macrozone self-assigned this Feb 21, 2021
@macrozone
Copy link
Collaborator

🎉 This issue has been resolved in version 1.0.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
0