Skip to content

Commit

Permalink
Increase issue-title code importance
Browse files Browse the repository at this point in the history
Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
  • Loading branch information
yardenshoham committed Oct 15, 2022
1 parent e2661ad commit 2ba18c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web_src/less/_base.less
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,9 @@ a.commit-statuses-trigger {
}

.issue-title code {
padding: 2px 4px;
border-radius: 6px;
background-color: var(--color-markup-code-block);
padding: 2px 4px !important;
border-radius: 6px !important;
background-color: var(--color-markup-code-block) !important;
}
/* try to match button with no icons in height */
.icon-button {
Expand Down

0 comments on commit 2ba18c3

Please sign in to comment.