0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-10 22:22:45 -05:00

fix(ui): fix phone input android layout bug (#2421)

This commit is contained in:
simeng-li 2022-11-16 13:46:04 +08:00 committed by GitHub
parent 610794b69e
commit 64436a2a91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,6 +40,11 @@
width: 16px;
height: 16px;
}
+ input {
// hot fix unknown android bug of input width
width: 0;
}
}
}