Multi-line rendering for multi-value tags

E.g. opening hours, multiple phone numbers, ...
This commit is contained in:
2026-02-24 14:50:39 +04:00
parent 95e9c621a5
commit a6ca362876
2 changed files with 59 additions and 16 deletions

View File

@@ -617,10 +617,14 @@ span.icon {
.content-with-icon {
display: flex;
flex-direction: row;
align-items: center;
align-items: flex-start;
gap: 0.5rem;
}
.content-with-icon .icon {
margin-top: 0.15rem;
}
/* Selected Pin Animation */
.selected-pin-container {
position: absolute;