Skip to content

Commit

Permalink
Fixate height and width of map
Browse files Browse the repository at this point in the history
  • Loading branch information
marcojrfurtado committed Feb 8, 2020
1 parent 3349f44 commit effef9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/ZonesMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const styles = theme => ({
fontSize: 24,
},
mapContainer: {
minWidth: "800px",
minHeight: "600px"
width: "800px",
height: "800px"
}
});

Expand Down

0 comments on commit effef9b

Please sign in to comment.