code-input icon indicating copy to clipboard operation
code-input copied to clipboard

Avoid !important being needed for code-input styling

Open WebCoder49 opened this issue 1 year ago • 0 comments

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;
}

WebCoder49 avatar Apr 04 '24 17:04 WebCoder49