From: Jérôme Benoit Date: Thu, 7 Mar 2024 21:40:51 +0000 (+0100) Subject: refactor(ui): refine container border sizing X-Git-Tag: v1.3.0~24 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=7be35e502da734096424f2f8e6311f01fdab5b19;p=e-mobility-charging-stations-simulator.git refactor(ui): refine container border sizing Signed-off-by: Jérôme Benoit --- diff --git a/ui/web/src/App.vue b/ui/web/src/App.vue index 7d52542f..1a0b1d64 100644 --- a/ui/web/src/App.vue +++ b/ui/web/src/App.vue @@ -38,7 +38,7 @@ import Container from '@/components/Container.vue' margin-right: 0.2%; margin-left: 0.2%; padding: 0.4%; - border: solid black; + border: solid 0.25px black; } body { diff --git a/ui/web/src/components/charging-stations/CSTable.vue b/ui/web/src/components/charging-stations/CSTable.vue index fc1f6a5c..3175d650 100644 --- a/ui/web/src/components/charging-stations/CSTable.vue +++ b/ui/web/src/components/charging-stations/CSTable.vue @@ -48,6 +48,7 @@ const $emit = defineEmits(['need-refresh']) display: flex; flex-direction: column; overflow: auto hidden; + border: solid 0.25px black; border-collapse: collapse; empty-cells: show; }