From fbc4e132cec4daa611fe4a67dbf5da23da885dcf Mon Sep 17 00:00:00 2001 From: Phillip Kelly Date: Mon, 6 May 2024 17:47:15 -0400 Subject: [PATCH] DIG-4375: UX updates for Marriage Intention form - fix text cutoff on inputs --- stylesheets/components/form/_textbox.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/components/form/_textbox.styl b/stylesheets/components/form/_textbox.styl index 31558dcf..2c7ad9f4 100644 --- a/stylesheets/components/form/_textbox.styl +++ b/stylesheets/components/form/_textbox.styl @@ -25,7 +25,7 @@ margin: 0 0 $sizing-300 &-f - field-height = "calc(%srem + %s * 2)" % ($line-height-600 $border-200) + field-height = "calc(%srem + %s * 1)" % ($line-height-600 $border-200) font-family: $serif font-size: 1rem