Skip to content

Commit 804b41e

Browse files
teddywsijonathantneal
authored andcommitted
Inherit letter spacing
When using letter spacing on parent elements, child form elements should inherit the value.
1 parent a592ee1 commit 804b41e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

forms.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ textarea {
1515
font-family: inherit; /* 2 */
1616
font-size: inherit; /* 2 */
1717
line-height: inherit; /* 2 */
18+
letter-spacing: inherit; /* 2 */
1819
padding: 0.25em 0.375em; /* 1 */
1920
}

0 commit comments

Comments
 (0)