Copy button in code block is tiny if no language label is specified

CSS snippets can make the invisible button appear, but it’s still not ideal.

.markdown-source-view.mod-cm6 .code-block-flair {
  min-height:2em;
  background-color:var(--background-modifier-cover);
  border:1px solid var(--color-base-40);
}

image