Skip to content

Commit 2ba18c3

Browse files
committed
Increase issue-title code importance
Signed-off-by: Yarden Shoham <[email protected]>
1 parent e2661ad commit 2ba18c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web_src/less/_base.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,9 @@ a.commit-statuses-trigger {
333333
}
334334

335335
.issue-title code {
336-
padding: 2px 4px;
337-
border-radius: 6px;
338-
background-color: var(--color-markup-code-block);
336+
padding: 2px 4px !important;
337+
border-radius: 6px !important;
338+
background-color: var(--color-markup-code-block) !important;
339339
}
340340
/* try to match button with no icons in height */
341341
.icon-button {

0 commit comments

Comments
 (0)