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

Length of input is too large in mobile devices. #204

Closed
anonymouscnuser opened this issue Apr 29, 2023 · 1 comment
Closed

Length of input is too large in mobile devices. #204

anonymouscnuser opened this issue Apr 29, 2023 · 1 comment

Comments

@anonymouscnuser
Copy link

.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.

@D0n9X1n
Copy link
Owner

D0n9X1n commented Jun 9, 2023

Fix in v3.1.9

@D0n9X1n D0n9X1n closed this as completed Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants