Skip to content

fix: prevent plugin name overflow on smaller mobile screens#1230

Open
kavin553 wants to merge 1 commit into
utksh1:mainfrom
kavin553:fix-plugin-name-mobile-overflow
Open

fix: prevent plugin name overflow on smaller mobile screens#1230
kavin553 wants to merge 1 commit into
utksh1:mainfrom
kavin553:fix-plugin-name-mobile-overflow

Conversation

@kavin553

Copy link
Copy Markdown
Contributor

Description

This PR fixes plugin card title overflow on smaller mobile screens.

Changes Made

  • Added word wrapping support for long plugin names.
  • Improved title spacing for multi-line names.
  • Prevented text overflow outside plugin cards.
  • Preserved existing desktop layout.

Related Issues

Fixes #1046

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

How Has This Been Tested?

  1. Opened Toolkit page.
  2. Tested using mobile responsive view.
  3. Verified long plugin names wrap correctly.
  4. Confirmed no visual regressions on desktop.

Checklist

  • My code follows the code style of this project.
  • I have performed a self-review of my own code.
  • My changes generate no new warnings.

@kavin553

Copy link
Copy Markdown
Contributor Author

Hi maintainers 👋

This PR fixes Issue #1046 by improving how long plugin names are displayed on smaller mobile screens.

✅ Added proper text wrapping for long plugin names
✅ Prevented overflow outside plugin cards
✅ Improved readability for multi-line titles
✅ Verified responsive behavior in mobile view

Thank you for your time and review. Feedback is always welcome! 🚀

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Long plugin names overflow cards on smaller mobile screens

1 participant