Skip to content

Commit 8ec8d45

Browse files
removed nowrap for mapInfoBox
1 parent 2beb287 commit 8ec8d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ var mapInfoBox_handle_path_fetch = function(id,vehicle) {
11711171

11721172
div = document.createElement('div');
11731173

1174-
html = "<div style='white-space: nowrap;line-height:16px'>";
1174+
html = "<div style='line-height:16px'>";
11751175
html += "<img style='position:absolute;top:-46px;left:-35px;width:46px;height:84px' src='"+vehicle.image_src+"' />";
11761176
html += "<div>"+data.vehicle+"<span style='position:absolute;right:0px;'>("+data.position_id+")</span></div>";
11771177
html += "<hr style='margin:5px 0px'>";

0 commit comments

Comments
 (0)