Skip to content

Commit 48cb4ab

Browse files
cfalasDennisOSRM
andauthored
Fixed dimensions of instruction (#306)
When the width of the window is approximately between 880 and 950px, the instructions were not fully contained within the right pane, because of the mismatch between the width of the pane and the instructions. However, this was not visible in the majority of the cases because of the min-width and max-width Co-authored-by: Dennis Luxen <info@project-osrm.org>
1 parent 5033134 commit 48cb4ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css/site.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
position: fixed;
272272
right: 0px;
273273
top: 60px;
274-
width: 45%;
274+
width: 33.33%;
275275
max-width: 340px;
276276
min-width: 200px;
277277
height: 95%;

0 commit comments

Comments
 (0)