docs(README.md): refine volta installation on windows
[e-mobility-charging-stations-simulator.git] / ui / web / src / components / Container.vue
index c9683bbe76199c79ea5f3b4847c53fcfcbed9e60..451a7659d45e73807f69d596d417db6f0156fd28 100644 (file)
@@ -6,9 +6,6 @@
 
 <style>
 .container {
-  display: flex;
-  box-sizing: border-box;
-  max-height: 100%;
-  max-width: 100%;
+  flex: auto;
 }
 </style>