From 3b20f7a1718d895bb7c53fb5310c4efc75b65051 Mon Sep 17 00:00:00 2001 From: Kirkland Brown Date: Mon, 17 Jun 2024 16:22:16 -0400 Subject: [PATCH] SSR-1362 - Updated line-height of h5 header to 32px for all modals --- src/digital-components/modal/modal.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/digital-components/modal/modal.vue b/src/digital-components/modal/modal.vue index ef8ada82..03b67475 100644 --- a/src/digital-components/modal/modal.vue +++ b/src/digital-components/modal/modal.vue @@ -223,6 +223,7 @@ export default { } h5 { text-align: center; + line-height: 32px; } } }