feat(ui): add template name to charging stations list
[e-mobility-charging-stations-simulator.git] / ui / web / src / components / charging-stations / CSInfoModal.vue
index 27096c7b347e05437cb8d7baa485e741a467cb48..8afb2de1a5b04fdfcc143963ae499ebb226c657c 100644 (file)
@@ -17,6 +17,6 @@ const props = defineProps<{
 <style>
 .card-info {
   background-color: white;
-  padding: 15px;
+  padding: 0.2%;
 }
 </style>