From beb7c614bc5a81677535307cccb1d66d8299fed1 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sun, 19 Mar 2023 10:09:18 +0100 Subject: [PATCH] fixed #8093 - SFTP panel visual issues --- tabby-ssh/src/components/sftpPanel.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabby-ssh/src/components/sftpPanel.component.scss b/tabby-ssh/src/components/sftpPanel.component.scss index e2b65330..5a8b3ea7 100644 --- a/tabby-ssh/src/components/sftpPanel.component.scss +++ b/tabby-ssh/src/components/sftpPanel.component.scss @@ -46,6 +46,6 @@ } } -.btn-close svg { +.btn-link svg { width: 12px; }