Skip to content

Commit

Permalink
Fix popup width #507
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed May 18, 2024
1 parent df9f26b commit 4aae2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/static/map/Osmose.Marker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default class OsmoseMarker {
this.setIssueUuid = setIssueUuidCallBack

this.popup = new Popup({ closeOnClick: false })
.setMaxWidth('280')
.setMaxWidth('280px')
.setOffset([0, -24])
.setDOMContent(document.getElementById('popupTpl'))

Expand Down

0 comments on commit 4aae2e6

Please sign in to comment.