We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee986c3 commit e2661adCopy full SHA for e2661ad
web_src/less/_base.less
@@ -332,14 +332,11 @@ a.commit-statuses-trigger {
332
&:extend(.unselectable);
333
}
334
335
-.issue-title {
336
- code {
337
- padding: 2px 4px;
338
- border-radius: 6px;
339
- background-color: var(--color-markup-code-block);
340
- }
+.issue-title code {
+ padding: 2px 4px;
+ border-radius: 6px;
+ background-color: var(--color-markup-code-block);
341
342
-
343
/* try to match button with no icons in height */
344
.icon-button {
345
padding-top: 7.42px !important;
0 commit comments