We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa09e3b commit 20dfe9fCopy full SHA for 20dfe9f
code-input.css
@@ -19,7 +19,7 @@ code-input {
19
height: 250px;
20
font-size: normal;
21
font-family: monospace;
22
- line-height: 1.5; /* Inherit */
+ line-height: 1.5; /* Inherited to child elements */
23
tab-size: 2;
24
caret-color: darkgrey;
25
white-space: pre;
@@ -97,4 +97,4 @@ code-input:not(.code-input_registered)::before {
97
content: "Use codeInput.registerTemplate to set up.";
98
display: block;
99
color: grey;
100
-}
+}
0 commit comments