code-input
code-input copied to clipboard
Avoid !important being needed for code-input styling
Currently, to override code-input's default styles, !important is often needed. This is not obvious and should either be removed or well-documented.
code-input {
margin: 100px!important;
--padding: 100px!important;
}