Skip to content

Commit

Permalink
Fixed sidegrid css for different screen resolutions (#2616)
Browse files Browse the repository at this point in the history
Fix #2593
  • Loading branch information
offtherailz authored Feb 16, 2018
1 parent 90e2b13 commit b7aa476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/client/themes/default/less/sidegrid.less
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
}

.mapstore-side-card .mapstore-side-card-info {
width: 75%;
width: 72%;
height: 104px;
padding: 8px;
}
Expand Down

0 comments on commit b7aa476

Please sign in to comment.