We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d360b09 commit eb1344dCopy full SHA for eb1344d
web_src/less/markup/codecopy.less
@@ -11,6 +11,12 @@
11
animation: fadeout .2s both;
12
}
13
14
+/* comment content has 14px font size, reduce padding to make the button appear
15
+ vertically centered on single-line content, like it does elsewhere */
16
+.repository.view.issue .comment-list .comment .markup .code-copy {
17
+ padding: 9px;
18
+}
19
+
20
.markup .code-copy:hover {
21
background: var(--color-secondary) !important;
22
0 commit comments