Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
fix(dropdown): align pin/address icon with suggestion text
Browse files Browse the repository at this point in the history
fixes #67
  • Loading branch information
Vincent Voyer committed Apr 6, 2016
1 parent 9be3171 commit f6e62ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/places.scss
Expand Up @@ -91,10 +91,11 @@ $icon-pin-hover: 'data:image/svg+xml;utf8,<svg width="14" height="20" viewBox="0
margin-right: 10px;
display: inline-block;
width: 14px;
height: 20px;
vertical-align: middle; // handles right alignment with text

svg {
transform: scale(0.90);
vertical-align: text-bottom;
}
}

Expand Down

0 comments on commit f6e62ea

Please sign in to comment.