Skip to content

Commit

Permalink
fix: fix padding for vscode (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
teodora-sandu authored Jun 14, 2024
1 parent 248af1e commit 7f32912
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion media/views/snykCode/suggestion/suggestionLS.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ body {
.data-flow-text {
background-color: transparent;
border-color: transparent;
padding: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

.ignore-details-tab,
Expand Down

0 comments on commit 7f32912

Please sign in to comment.