refactor: align CSS alignment directives
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 17 Feb 2024 16:10:51 +0000 (17:10 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 17 Feb 2024 16:10:51 +0000 (17:10 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
ui/web/src/views/ChargingStationsView.vue

index cbdcb1123dbdf6672cb336e6f37170499f52e03b..328e95a8094bb53132c093d602d0968c27ef85de 100644 (file)
@@ -85,7 +85,8 @@ function stopSimulator(): void {
   background-color: blue;
   font-size: 1.5rem;
   font-weight: bold;
-  text-align: center;
+  align-items: center;
+  justify-content: center;
 }
 
 #reload-button:hover {