-
-
Notifications
You must be signed in to change notification settings - Fork 335
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
Implements dropdown different sizes (standalone and in forms) #57
Conversation
I have added CSS for menus dropdowns and buttons groups dropdowns. Here is a gist I use to tests many dropdown cases: https://gist.github.com/prudho/5a4af7e96a5abf6d08df6b3a0fb7aec4 There's some little tweaks to provide yet:
But aside this little issues, this code should now me mergeable 😎 |
With this change, if one has a button driven dropdown (where the button is also the dropdown container), and one sizes the button as Ideally there should be a way to override the size of the dropdown if the driving container's size has been set to something else. a.k.a. just because we want the button to be tiny, doesn't mean we want the dropdown menu to also be tiny. |
Could you provide a JSFiddle please ? Or open a new issue with an example ? Thanks |
Sorry, here are the fiddles. Let me know if you'd still rather me open a new issue: Fomantic-UI: https://jsfiddle.net/4ytcfw8b/ Further investigation shows me that more complex menu's break down under SUI when using |
This PR allow different sizes for dropdowns. It will need a lot of tests before merging it !
Closed Issues
Semantic-Org/Semantic-UI#5154