Skip to content

Commit

Permalink
fix: oss font size (#547)
Browse files Browse the repository at this point in the history
* fix: oss font size

* chore: update CHANGELOG
  • Loading branch information
ShawkyZ authored Oct 24, 2024
1 parent ccce690 commit 6df53b6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Snyk Security Changelog

## [2.19.1]
- Adjust OSS panel font size.

## [2.19.0]
- Moved delta scan preview setting to settings page.
- New error message in UI when net new scan is done on an invalid repository. Net new scans only work on Git.
Expand Down
8 changes: 8 additions & 0 deletions media/views/oss/suggestion/suggestion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
display: none;
}

body {
font-size: var(--vscode-editor-font-size);
}

h2 {
font-size: 1.2rem;
}

.delimiter {
border-right: 1px solid var(--vscode-input-border);
}
Expand Down

0 comments on commit 6df53b6

Please sign in to comment.