Skip to content

Commit 20dfe9f

Browse files
authored
Fix typo
1 parent aa09e3b commit 20dfe9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code-input.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ code-input {
1919
height: 250px;
2020
font-size: normal;
2121
font-family: monospace;
22-
line-height: 1.5; /* Inherit */
22+
line-height: 1.5; /* Inherited to child elements */
2323
tab-size: 2;
2424
caret-color: darkgrey;
2525
white-space: pre;
@@ -97,4 +97,4 @@ code-input:not(.code-input_registered)::before {
9797
content: "Use codeInput.registerTemplate to set up.";
9898
display: block;
9999
color: grey;
100-
}
100+
}

0 commit comments

Comments
 (0)