Skip to content
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

Default gray "List" text overlays list item text when having pressed shift + enter on that item #713

Open
jelares opened this issue Apr 24, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jelares
Copy link

jelares commented Apr 24, 2024

Describe the bug
On numbered lists, the default gray "List" text will sometimes appear even when the list item is not empty (overlaying).

To Reproduce

  1. Create a numbered list.
  2. Make an item in the numbered list.
  3. Press shift + enter.
  4. Make a new, second, item in that list.
  5. The default gray "List" will be overlaying item one.

Images:
No bug - list items without shift + enter.
Screenshot 2024-04-24 at 12 23 50 PM

Bug - list items with shift + enter.
Screenshot 2024-04-24 at 12 23 58 PM

Misc

  • Node version: v16.19.0
  • Package manager: npm
  • Browser: Arc browser
@jelares jelares added the bug Something isn't working label Apr 24, 2024
@levonbrunson
Copy link

levonbrunson commented May 17, 2024

+1

Edit:

My solution for now was to just disable it writing "List" completely, like this
.bn-inline-content::before {
content: "" !important;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants