Merge remote-tracking branch 'upstream/pull/4722'
This commit is contained in:
commit
f28a7f3d41
2 changed files with 1 additions and 2 deletions
|
@ -121,7 +121,7 @@ $(document).ready(function () {
|
|||
var user = $(this).data("user");
|
||||
if (user.lon && user.lat) {
|
||||
L.marker([user.lat, user.lon], { icon: OSM.getUserIcon(user.icon) }).addTo(map)
|
||||
.bindPopup(user.description);
|
||||
.bindPopup(user.description, { minWidth: 200 });
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
@ -778,7 +778,6 @@ tr.turn {
|
|||
/* Rules for user popups on maps */
|
||||
|
||||
.user_popup {
|
||||
min-width: 200px;
|
||||
p {
|
||||
padding: 0 0 5px 0;
|
||||
margin: 0 0 0 60px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue