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
.hbe-input { position: relative; z-index: 1; display: inline-block; margin: 1em; width: 80%; min-width: 400px; vertical-align: top; }
min-width: 400px;
400px is TOO LARGE for most Android devices or iOS devices. As I know, most devices only have a width between 360px - 395px.
In addition, the parent of the input overflow: hidden seems not working, because it has no restriction of width.
overflow: hidden
The text was updated successfully, but these errors were encountered:
Fix in v3.1.9
Sorry, something went wrong.
No branches or pull requests
min-width: 400px;
400px is TOO LARGE for most Android devices or iOS devices. As I know, most devices only have a width between 360px - 395px.
In addition, the parent of the input
overflow: hidden
seems not working, because it has no restriction of width.The text was updated successfully, but these errors were encountered: