Merge remote-tracking branch 'upstream/pull/4722'

This commit is contained in:
Tom Hughes 2024-04-26 17:50:44 +01:00
commit f28a7f3d41
2 changed files with 1 additions and 2 deletions

View file

@ -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 });
}
});
}

View file

@ -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;