Skip to content

Commit

Permalink
fix: tab font fize for consistent ignores (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
teodora-sandu authored Jun 13, 2024
1 parent fbb4eb7 commit b698279
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/main/resources/stylesheets/snyk_code_suggestion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,16 @@ a,
font-size: 0.75rem;
}


.issue-overview-header,
.ignore-details-header,
.data-flow-header,
.ai-fix-header,
.example-fixes-header {
font-size: 0.75rem;
font-size: 0.85rem;
}

.severity-type-container {
font-size: 0.85rem;

}

.data-flow-clickable-row {
Expand All @@ -71,7 +69,7 @@ a,
}

.tab-item{
font-size: 0.75rem;
font-size: 0.85rem;
}

.tab-item-icon path {
Expand Down

0 comments on commit b698279

Please sign in to comment.