From aee67deec03443ecda5f7c4ba03e5917983b80a7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 17 Feb 2024 17:10:51 +0100 Subject: [PATCH] refactor: align CSS alignment directives MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- ui/web/src/views/ChargingStationsView.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/web/src/views/ChargingStationsView.vue b/ui/web/src/views/ChargingStationsView.vue index cbdcb112..328e95a8 100644 --- a/ui/web/src/views/ChargingStationsView.vue +++ b/ui/web/src/views/ChargingStationsView.vue @@ -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 { -- 2.34.1