Skip to content

Commit

Permalink
style: City icon, text aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
purplebugs committed Nov 5, 2024
1 parent eaf10ba commit 7004b4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/alpaca-map-marker.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ export default class AlpacaMapMarker extends LitElement {
box-shadow: 0 0.25rem 0 0.125rem var(--gray-400);
}
.directions {
.directions,
.city address {
display: flex;
flex-basis: auto;
align-items: center;
Expand Down

0 comments on commit 7004b4c

Please sign in to comment.