We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, thank you for the awesome plugin.
I'm using it with Umbraco BackOffice, and it works fine, except that the carret is not showing... any suggestions? https://prnt.sc/pr7tsm
The text was updated successfully, but these errors were encountered:
Actually I just found out, the background-color was hidding the carret :(
in the pre css from Umbraco
pre { display: block; padding: 9.5px; margin: 0 0 10px; font-family: Lato,Helvetica Neue,Helvetica,Arial,sans-serif; color: #303033; line-height: 20px; white-space: pre-wrap; overflow-x: auto; /* background-color: #f3f3f5; */ border: 1px solid #d8d7d9; border-radius: 3px; }
Sorry, something went wrong.
Same here: https://stackoverflow.com/a/58904170/656010
Maybe some kind of CSS reset on the parent element would help?
In my case, just removing the background-color fixed it
No branches or pull requests
Hi, thank you for the awesome plugin.
I'm using it with Umbraco BackOffice, and it works fine, except that the carret is not showing... any suggestions?
https://prnt.sc/pr7tsm
The text was updated successfully, but these errors were encountered: