From 70aa94654ac30b139ae8a62de89b2e35780561ad Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Thu, 4 Apr 2024 09:25:46 -0400 Subject: [PATCH] CSR-2048 fix styling on drop-off-alert. --- src/ux-components/alert/alert.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ux-components/alert/alert.vue b/src/ux-components/alert/alert.vue index 637ba3e1d..08f78b279 100644 --- a/src/ux-components/alert/alert.vue +++ b/src/ux-components/alert/alert.vue @@ -156,6 +156,11 @@ export default { height: 0.75rem; padding: 0; } + &.drop-off-alert { + p { + margin: 0; + } + } &.alert-dismissible { button { display: flex;