Skip to content

Commit

Permalink
fix wrapping name (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
aparlato authored Jul 23, 2024
1 parent 14bc271 commit b8f8e62
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/bundle.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bundle.js.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/components/MapLabel.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,15 @@
display: flex;
flex-direction: column;
position: relative;
max-width: 300px;
}
.map-name {
font-size: 1.25em;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.close-button {
Expand Down

0 comments on commit b8f8e62

Please sign in to comment.