2
0

fix(engine): 🐛 Phone input overflow on mobile

This commit is contained in:
Baptiste Arnaud
2022-03-29 10:33:40 +02:00
parent 261cd9a5c7
commit 236c63d7db

View File

@ -2,6 +2,8 @@
padding: 1rem 0.5rem; padding: 1rem 0.5rem;
outline: none !important; outline: none !important;
background: transparent; background: transparent;
flex: 1 1 0%;
width: 100%;
} }
.PhoneInputCountry { .PhoneInputCountry {