Skip to content

Commit

Permalink
DIG-4375: UX updates for Marriage Intention form - fix text cutoff on…
Browse files Browse the repository at this point in the history
… inputs
  • Loading branch information
phillipbentonkelly committed May 6, 2024
1 parent 9510941 commit fbc4e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylesheets/components/form/_textbox.styl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbc4e13

Please sign in to comment.