Make address selection searchable (#2739)

* Remove padding on address input if empty (#2141)

* Use Autocomplete to make address selection searchable (#2141)

* Adds AutoComplete Wrapper (#2141)
This commit is contained in:
Nicolas Gotchac
2016-10-20 10:25:20 +01:00
committed by Jaco Greeff
parent 9b246245bf
commit 1e21b07e07
7 changed files with 229 additions and 27 deletions

View File

@@ -73,10 +73,6 @@
position: relative;
}
.address input {
padding-left: 48px !important;
}
.from {
padding: 25px 0 0 48px !important;
line-height: 32px;