We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78706ad + 20dfe9f commit c3ba9c0Copy full SHA for c3ba9c0
code-input.css
@@ -14,13 +14,12 @@ code-input {
14
15
/* Normal inline styles */
16
padding: 8px;
17
- margin: 8px;
+ margin: 0!important;
18
width: calc(100% - 16px);
19
height: 250px;
20
-
21
font-size: normal;
22
font-family: monospace;
23
- line-height: normal;
+ line-height: 1.5; /* Inherited to child elements */
24
tab-size: 2;
25
caret-color: darkgrey;
26
white-space: pre;
@@ -98,4 +97,4 @@ code-input:not(.code-input_registered)::before {
98
97
content: "Use codeInput.registerTemplate to set up.";
99
display: block;
100
color: grey;
101
-}
+}
0 commit comments