Skip to content

Fix long text option overflow#2650

Open
fathilarham wants to merge 1 commit intosnapappointments:mainfrom
fathilarham:patch-1
Open

Fix long text option overflow#2650
fathilarham wants to merge 1 commit intosnapappointments:mainfrom
fathilarham:patch-1

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

2 participants