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 78706ad commit aa09e3bCopy full SHA for aa09e3b
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; /* Inherit */
24
tab-size: 2;
25
caret-color: darkgrey;
26
white-space: pre;
0 commit comments