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

Fix long text option overflow #2650

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fathilarham
Copy link

Add max-width 100% in .dropdown-menu class to prevent text overflow.

Add max-width 100% in .dropdown-menu class to prevent text overflow.
@NicolasCARPi NicolasCARPi added the mergeable Should be merged label Aug 26, 2021
@NicolasCARPi
Copy link
Collaborator

Hello,

Can you show with examples (and screenshots) what it fixes? Also, I'm not sure it's the good approach. overflow might be a better css approach to this issue.

@NicolasCARPi NicolasCARPi added awaiting reply and removed mergeable Should be merged labels Nov 25, 2021
@fathilarham
Copy link
Author

fathilarham commented Mar 14, 2023

Hi @NicolasCARPi,
The max-width will fix the dropdown options overflow if we put that in the bootstrap col class.

Without max-width:
image

With max-width:
image

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

Successfully merging this pull request may close these issues.

None yet

2 participants