Skip to content

Trying to insert the cursor at the end of the element inserts the cursor at the start #1523

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
juliomuhlbauer opened this issue Mar 12, 2025 · 0 comments · Fixed by #1553
Closed
Labels
bug Something isn't working

Comments

@juliomuhlbauer
Copy link

The Alert component does work perfectly because of its flex-grow: 1.
I managed to fix it with this css style:

.bn-block-content > * {
    width: 100%;
  }
2025-03-12.20-25-12.mp4
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

Successfully merging a pull request may close this issue.

1 participant