refactor(ui): cleanup CSS styling
[e-mobility-charging-stations-simulator.git] / ui / web / src / components / buttons / Button.vue
index 6d928342684a35b96da3691314b634b580da711a..c5ad3fd51715714620c2fb04a97442aee2efd7cc 100644 (file)
@@ -6,6 +6,9 @@
 
 <style>
 .button {
+  display: flex;
   flex: auto;
+  align-items: center;
+  justify-content: center;
 }
 </style>