We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2beb287 commit 8ec8d45Copy full SHA for 8ec8d45
js/tracker.js
@@ -1171,7 +1171,7 @@ var mapInfoBox_handle_path_fetch = function(id,vehicle) {
1171
1172
div = document.createElement('div');
1173
1174
- html = "<div style='white-space: nowrap;line-height:16px'>";
+ html = "<div style='line-height:16px'>";
1175
html += "<img style='position:absolute;top:-46px;left:-35px;width:46px;height:84px' src='"+vehicle.image_src+"' />";
1176
html += "<div>"+data.vehicle+"<span style='position:absolute;right:0px;'>("+data.position_id+")</span></div>";
1177
html += "<hr style='margin:5px 0px'>";
0 commit comments