Skip to content

Commit

Permalink
Widen rightpanel a bit
Browse files Browse the repository at this point in the history
It was starting to wrap when scrollbar became visible.
  • Loading branch information
ilyapoz committed Feb 12, 2014
1 parent 5f1262c commit a47be13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body {
}

#map-canvas-container {
margin-right: 26em;
margin-right: 27em;
}

.dz-selection-control {
Expand Down Expand Up @@ -48,7 +48,7 @@ body {
position: absolute;
right: 0;
top: 0;
width: 26em;
width: 27em;
overflow-x: hidden;
overflow-y: auto;
background-color: #99999f;
Expand Down

0 comments on commit a47be13

Please sign in to comment.