From d597a4ed30c22a8315d1af422f3024c2c449b2e0 Mon Sep 17 00:00:00 2001 From: Alf Sebastian Houge Date: Sun, 12 Feb 2023 17:38:26 +0100 Subject: [PATCH] Fix sizing issues in font awesome icons --- ui/public/index.html | 4 ++++ ui/src/router/views/vehicle.vue | 7 ++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ui/public/index.html b/ui/public/index.html index 06ccc59..578722c 100644 --- a/ui/public/index.html +++ b/ui/public/index.html @@ -7,6 +7,10 @@ <%= webpackConfig.name %> + + diff --git a/ui/src/router/views/vehicle.vue b/ui/src/router/views/vehicle.vue index ec0b477..094d36a 100644 --- a/ui/src/router/views/vehicle.vue +++ b/ui/src/router/views/vehicle.vue @@ -342,7 +342,7 @@ export default { props: { vehicle: vehicle }, params: { id: vehicle.id }, }" - > + > @@ -454,7 +452,6 @@ export default { - +