Skip to content

Commit

Permalink
Fix input not adapting to typography styles (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor authored Nov 22, 2024
1 parent 362fedb commit 67a9282
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ input:not([type=submit]):not([type=checkbox]) {
box-sizing: border-box;
color: var(--wp--preset--color--theme-6);
font-size: var(--wp--preset--font-size--small);
font-family: inherit;
line-height: 1.5;
min-height: 40px;
padding: 8px 12px;
Expand Down

0 comments on commit 67a9282

Please sign in to comment.