We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The example is here https://semantic-ui.com/elements/input.html
When you select All from the dropdown, the width shrinks and cuts off the other options if you select the dropdown again, like so:
The text was updated successfully, but these errors were encountered:
Hello team, I would like to contribute in solving an issue. Can I work on this issue? Waiting for a reply. Thank you.
Sorry, something went wrong.
This happens because it's .compact. Fomantic-UI (the community fork) has this as well, when I ran into this in my own work I just added a min width:
.compact
#target.ui.compact.dropdown { min-width: 10em; }
No branches or pull requests
The example is here https://semantic-ui.com/elements/input.html
When you select All from the dropdown, the width shrinks and cuts off the other options if you select the dropdown again, like so:
The text was updated successfully, but these errors were encountered: