Skip to content

Commit

Permalink
fix: add the same spacing for error section as for show fixes section
Browse files Browse the repository at this point in the history
  • Loading branch information
acke committed Sep 5, 2024
1 parent c987b11 commit ddea6a7
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 @@ -117,6 +117,10 @@ a,
padding-top: 20px;
}

.sn-ai-fix-error {
padding-top: 20px;
}

.sn-fix-wrapper {
background-color: var(--container-background-color); // same variable used in snyk_oss_suggestion.scss
}
Expand Down

0 comments on commit ddea6a7

Please sign in to comment.