From 7004b4c037a22295f0752bfe8786125bb8a107ef Mon Sep 17 00:00:00 2001 From: Anita Lipsky Date: Tue, 5 Nov 2024 17:25:03 +0100 Subject: [PATCH] style: City icon, text aligned --- src/alpaca-map-marker.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/alpaca-map-marker.js b/src/alpaca-map-marker.js index e53d829..3421a45 100644 --- a/src/alpaca-map-marker.js +++ b/src/alpaca-map-marker.js @@ -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;