From 19e78e0bba1c3af96469441a8ddbedbc18e18cee Mon Sep 17 00:00:00 2001
From: bmauger
Date: Wed, 11 May 2022 17:00:03 -0400
Subject: [PATCH] Remove duplicate alert. Fix word wrap in alert.
---
src/layouts/vin-lookup/vin-lookup.vue | 7 -------
src/ux-components/alert/alert.vue | 6 +++++-
2 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/src/layouts/vin-lookup/vin-lookup.vue b/src/layouts/vin-lookup/vin-lookup.vue
index e9ce8fb43..0294716af 100644
--- a/src/layouts/vin-lookup/vin-lookup.vue
+++ b/src/layouts/vin-lookup/vin-lookup.vue
@@ -64,13 +64,6 @@
alertClass="alert-warning"
cmsWidgetName="NoMatchAlertWidget"
/>
-
{{ copy.split(':')[1].split(',')[1] }}
-
+
@@ -131,6 +131,10 @@ export default {
& p {
font-size: .875rem;
margin-bottom: 0.25rem !important;
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: center;
+ align-items: center;
}
}