Skip to content

Commit 019e629

Browse files
committed
use line-height from probe
1 parent c0de743 commit 019e629

File tree

1 file changed

+1
-1
lines changed
  • projects/packages/forms/src/blocks/input-phone

1 file changed

+1
-1
lines changed

projects/packages/forms/src/blocks/input-phone/editor.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
border-radius: var(--jetpack--contact-form--border-radius);
99
border-width: var(--jetpack--contact-form--border-size);
1010
font-size: var(--jetpack--contact-form--font-size);
11-
line-height: 2; // matches default input line-height
11+
line-height: var(--jetpack--contact-form--line-height);
1212
// defaulting to white, it's gutenberg's default background for inputs
1313
background-color: var(--jetpack--contact-form--input-background, #fff);
1414

0 commit comments

Comments
 (0)