Fix address type search
This commit is contained in:
parent
382c8d8700
commit
5ba88aa31a
4 changed files with 2455 additions and 3 deletions
|
@ -25,7 +25,14 @@
|
|||
@extend .col-md-6;
|
||||
@extend .col-lg-6;
|
||||
|
||||
input[type='address'] {
|
||||
.twitter-typeahead {
|
||||
width: 100%;
|
||||
input {
|
||||
width: 100%;
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
.tt-menu {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
= devise_error_messages!
|
||||
|
||||
%br
|
||||
#form_login
|
||||
= image_tag('logo-tps.png')
|
||||
%br
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
= devise_error_messages!
|
||||
|
||||
%br
|
||||
#form_login
|
||||
= image_tag('logo-tps.png')
|
||||
%br
|
||||
|
|
2447
vendor/assets/javascripts/typeahead.bundle.js
vendored
2447
vendor/assets/javascripts/typeahead.bundle.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue