diff --git a/src/components/map/MapContainer.js b/src/components/map/MapContainer.js index 669bd8270..839039802 100644 --- a/src/components/map/MapContainer.js +++ b/src/components/map/MapContainer.js @@ -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 diff --git a/src/components/plugin/Plugin.js b/src/components/plugin/Plugin.js index 35c4f2e46..19bf54f62 100644 --- a/src/components/plugin/Plugin.js +++ b/src/components/plugin/Plugin.js @@ -12,6 +12,7 @@ const styles = { root: { position: 'relative', height: '100%', + width: '100%', fontFamily: 'Roboto, Helvetica, Arial, sans-serif', }, };