How to set the leaflet-popup-content width #244
Unanswered
jozeflambrecht
asked this question in
Q&A
Replies: 1 comment
-
|
Probably with custom css: .leaflet-popup-content {
min-width: 100px;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am testing this plugin, but was wondering how I can choose the width of the popup?
For example:
Gives me :
Seems like the width is a property of the element:

Beta Was this translation helpful? Give feedback.
All reactions