From f40b85230587d8488a99e4a83ce720bb9b9c5a1b Mon Sep 17 00:00:00 2001 From: Scott Kiener Date: Wed, 4 Jan 2023 09:03:14 -0500 Subject: [PATCH] CSR-1019 | Fix text wrapping styling on cash-or-insurance --- .../list-button-horizontal/list-button-horizontal.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ux-components/list-button-horizontal/list-button-horizontal.vue b/src/ux-components/list-button-horizontal/list-button-horizontal.vue index df3a468ad..e2c8a73c8 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue @@ -99,6 +99,7 @@ export default { border: 1px solid $blue-700; z-index: 2; color: $blue; + height: 100%; span { font-size: 1rem;