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

🤔 [ISSUE] - Plugin names overflow in visual editor #477

Open
medchedli opened this issue Dec 20, 2024 · 2 comments
Open

🤔 [ISSUE] - Plugin names overflow in visual editor #477

medchedli opened this issue Dec 20, 2024 · 2 comments
Labels
good first issue Good for newcomers

Comments

@medchedli
Copy link
Contributor

medchedli commented Dec 20, 2024

Description

When creating a plugin with a long string as its name, the name overflows and is cut off in the visual editor.

image

Reproduction steps

1. Create a plugin with a long string as its name.
2. Go to the visual editor.
3. Observe that the plugin's name is truncated.
@medchedli medchedli added the good first issue Good for newcomers label Dec 20, 2024
@medchedli medchedli changed the title 🤔 [ISSUE] - <title> 🤔 [ISSUE] - Plugin names overflow in visual editor Dec 20, 2024
@Pawankalyan2023
Copy link

Hi , I have solved a similar issue in the blocks when it gets overflow with the content , Please do check if this comes under the same issue so that I can rise a PR , Thanks!

I have attached the issue and solution below through a Screen Shot

before:

Screenshot 2024-12-31 211607

After:

Screenshot 2024-12-31 224550

@medchedli
Copy link
Contributor Author

Hi @Pawankalyan2023

Thank you for reporting this. While both situations involve handling overflow, they seem to be unrelated. This issue specifically addresses the overflow of custom block names within the library menu.

Please feel free to:

  • Open a new issue for the block title overflow behaviour
  • Submit a separate PR with your proposed fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants