Skip to content

Commit

Permalink
fix(engine): 🐛 Phone input overflow on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Mar 29, 2022
1 parent 261cd9a commit 236c63d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/bot-engine/src/assets/phone.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
padding: 1rem 0.5rem;
outline: none !important;
background: transparent;
flex: 1 1 0%;
width: 100%;
}

.PhoneInputCountry {
Expand Down

0 comments on commit 236c63d

Please sign in to comment.