From 6668e762dcbac720410f08e32e5d9f80670340cf Mon Sep 17 00:00:00 2001 From: Donielle Austin Date: Wed, 11 May 2022 12:27:04 -0400 Subject: [PATCH] ui defect --- src/ux-components/alert/alert.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ux-components/alert/alert.vue b/src/ux-components/alert/alert.vue index 7cd719ba7..9b11041d1 100644 --- a/src/ux-components/alert/alert.vue +++ b/src/ux-components/alert/alert.vue @@ -130,7 +130,7 @@ export default { } & p { font-size: 14px; - margin-bottom: 0px; + margin-bottom: 0.25rem !important; } }