diff --git a/code-input.css b/code-input.css index 7e60aee..bf97a09 100644 --- a/code-input.css +++ b/code-input.css @@ -14,13 +14,12 @@ code-input { /* Normal inline styles */ padding: 8px; - margin: 8px; + margin: 0!important; width: calc(100% - 16px); height: 250px; - font-size: normal; font-family: monospace; - line-height: normal; + line-height: 1.5; /* Inherited to child elements */ tab-size: 2; caret-color: darkgrey; white-space: pre; @@ -98,4 +97,4 @@ code-input:not(.code-input_registered)::before { content: "Use codeInput.registerTemplate to set up."; display: block; color: grey; -} \ No newline at end of file +}