From 8b853e3689746364e70e30f5d15dcf639defb567 Mon Sep 17 00:00:00 2001 From: Teodora Sandu Date: Mon, 3 Jun 2024 10:55:07 +0100 Subject: [PATCH] fix: hide ignore footer --- src/main/resources/stylesheets/snyk_code_suggestion.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/stylesheets/snyk_code_suggestion.scss b/src/main/resources/stylesheets/snyk_code_suggestion.scss index 64b669f78..88e525e25 100644 --- a/src/main/resources/stylesheets/snyk_code_suggestion.scss +++ b/src/main/resources/stylesheets/snyk_code_suggestion.scss @@ -71,3 +71,7 @@ a, .example-line.removed { background-color: var(--example-line-removed-color); } + +.ignore-action-container { + display: none; +}