Actions
Bug #6786
closedMap width doesn't change on browser zoom out
Start date:
06/25/2015
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
So the map doesn't float left next to the result list anymore and jumps down to the bottom of the page.
Related issues
Updated by Lauren Walker over 9 years ago
- Target version changed from 1.7.0 to 1.7.1
Updated by Lauren Walker over 9 years ago
- Priority changed from Normal to Low
- Target version changed from 1.7.1 to 1.8.0
Updated by Lauren Walker about 9 years ago
- Target version changed from 1.8.0 to 1.9.0
Updated by Lauren Walker about 9 years ago
- Target version changed from 1.9.0 to 1.8.0
Updated by Lauren Walker about 9 years ago
- Status changed from New to Resolved
The solution was to give a 0.5px "breathing room" to the map so the width can slightly change with the zoom level and all three columns (sidebar, result list, map) will still fit side-by-side in the window. For example, the map width is now defined as calc(33% - .5px)
Actions