Skip to content

Commit

Permalink
geo suggest fixed !
Browse files Browse the repository at this point in the history
  • Loading branch information
sharathvignesh authored and sharathvignesh committed Jan 17, 2017
1 parent cad90fd commit 3feb837
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reactJS/public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@ a.accountListItem, a.playbookListItem {

}
.geosuggest__input:focus {
border-color: #267dc0;
box-shadow: 0 0 0 transparent;

border: 1px solid #267dc0;
}
.geosuggest__suggests {
position: absolute;
width: 187px;
width: 196px;
top: 100%;
left: 0;
right: 0;
Expand Down

0 comments on commit 3feb837

Please sign in to comment.