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

OTP is not visible in i-phone #372

Open
mohitTecorb opened this issue Nov 24, 2022 · 3 comments
Open

OTP is not visible in i-phone #372

mohitTecorb opened this issue Nov 24, 2022 · 3 comments
Labels
Needs more information The description in the issue doesn't sufficiently describe the problem/feature request.

Comments

@mohitTecorb
Copy link

  • Describe the Feature Request

  • Describe Preferred Solution
    otp is not visible in i-phone ,but working fine in android and laptop

@satoshiman
Copy link

same issue here. Did you fix that bug?

@prateek3255
Copy link
Collaborator

Can you add a screenshot or video demo for reference

@prateek3255 prateek3255 added the Needs more information The description in the issue doesn't sufficiently describe the problem/feature request. label Mar 25, 2023
@mohitTecorb
Copy link
Author

@satoshiman Yes , you have to add some padding in the input field .
use this code in your global css .

@media screen and (max-width: 425px)
.otp_input_box input {
padding: 0px 0px !important;
width: 7px !important;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs more information The description in the issue doesn't sufficiently describe the problem/feature request.
Projects
None yet
Development

No branches or pull requests

3 participants