Skip to content

Commit

Permalink
fix: set width of fullscreen container (#601)
Browse files Browse the repository at this point in the history
* fix: set width of fullscreen container
  • Loading branch information
turban authored Apr 24, 2020
1 parent d7d6b9c commit e887617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/map/MapContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import {
const styles = {
container: {
height: '100%',
width: '100%',
},
download: {
// Roboto font is not loaded by dom-to-image => switch to Arial
Expand Down
1 change: 1 addition & 0 deletions src/components/plugin/Plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const styles = {
root: {
position: 'relative',
height: '100%',
width: '100%',
fontFamily: 'Roboto, Helvetica, Arial, sans-serif',
},
};
Expand Down

0 comments on commit e887617

Please sign in to comment.