refactor(ui): put all main actions to the same bar
[e-mobility-charging-stations-simulator.git] / ui / web / src / components / buttons / Button.vue
index c5ad3fd51715714620c2fb04a97442aee2efd7cc..303c93f4d64fc8f4c34f087e8396dc2e9078080c 100644 (file)
@@ -8,7 +8,7 @@
 .button {
   display: flex;
   flex: auto;
-  align-items: center;
   justify-content: center;
+  align-items: center;
 }
 </style>