refactor(ui): refine connectors table sizing
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 16 Feb 2024 16:06:52 +0000 (17:06 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 16 Feb 2024 16:06:52 +0000 (17:06 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
ui/web/src/components/charging-stations/CSData.vue
ui/web/src/views/ChargingStationsView.vue

index c4fadcea51b91a7b19b7add4c9a74d070e8f54a3..c0f07792da49311d81d8d40e283d8ca7ad208ad6 100644 (file)
@@ -172,6 +172,7 @@ function closeConnection(): void {
 }
 
 .connectors-table__row {
+  min-height: 4rem;
   display: flex;
   justify-content: center;
   align-items: center;
index 15564785ee2238b555d0f7bac41c1268661abb20..92ec0555bda39dc583a2555abdb72f4c9c5742b2 100644 (file)
@@ -75,7 +75,7 @@ function stopSimulator(): void {
   flex: auto;
   color: white;
   background-color: blue;
-  font-size: 35px;
+  font-size: 2rem;
   font-weight: bold;
 }