From 03e525c8e81a12176d0be1d1a041b38cee4b4470 Mon Sep 17 00:00:00 2001 From: Kroell Date: Mon, 13 Feb 2023 13:34:52 -0500 Subject: [PATCH] SSR-263: change to line-height on field error messages --- 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 32f0aea9..bacb5059 100644 --- a/src/layouts/policy-holder-details/policy-holder-details.vue +++ b/src/layouts/policy-holder-details/policy-holder-details.vue @@ -155,4 +155,8 @@ export default { #address-questions-wrapper .alert.heading { line-height: 24px; } + +#address-questions-wrapper .form-test-error { + line-height: 24px; +} \ No newline at end of file