Skip to content

Commit

Permalink
fix: hide ignore footer
Browse files Browse the repository at this point in the history
  • Loading branch information
teodora-sandu committed Jun 3, 2024
1 parent c56e584 commit 8b853e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/stylesheets/snyk_code_suggestion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,7 @@ a,
.example-line.removed {
background-color: var(--example-line-removed-color);
}

.ignore-action-container {
display: none;
}

0 comments on commit 8b853e3

Please sign in to comment.