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 303c93f4d64fc8f4c34f087e8396dc2e9078080c..9d99cdb4e8cf424bbf1a87e9763d448b7cf29319 100644 (file)
@@ -10,5 +10,6 @@
   flex: auto;
   justify-content: center;
   align-items: center;
+  font: small-caption;
 }
 </style>