fix(ui): ensure the tool bar is sized at 100% width
[e-mobility-charging-stations-simulator.git] / ui / web / src / components / buttons / Button.vue
index c5ad3fd51715714620c2fb04a97442aee2efd7cc..9d99cdb4e8cf424bbf1a87e9763d448b7cf29319 100644 (file)
@@ -8,7 +8,8 @@
 .button {
   display: flex;
   flex: auto;
-  align-items: center;
   justify-content: center;
+  align-items: center;
+  font: small-caption;
 }
 </style>