From 0fcdbf92a2271fd92031256e12db892e48b1f484 Mon Sep 17 00:00:00 2001 From: Kroell Date: Mon, 13 Feb 2023 11:45:15 -0500 Subject: [PATCH] SSR-265: changes to line-height on alert --- src/layouts/policy-holder-details/policy-holder-details.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/layouts/policy-holder-details/policy-holder-details.vue b/src/layouts/policy-holder-details/policy-holder-details.vue index 564a8049..32f0aea9 100644 --- a/src/layouts/policy-holder-details/policy-holder-details.vue +++ b/src/layouts/policy-holder-details/policy-holder-details.vue @@ -151,4 +151,8 @@ export default { #address-questions-wrapper { margin-top: 24px; } + +#address-questions-wrapper .alert.heading { + line-height: 24px; +} \ No newline at end of file