From a5d84a490f5d1958576fd9677eaad3321fb77631 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sun, 13 Mar 2022 10:03:32 +0100 Subject: [PATCH] fixed SVG icons --- tabby-core/src/components/profileIcon.component.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tabby-core/src/components/profileIcon.component.scss b/tabby-core/src/components/profileIcon.component.scss index 257652d1..c44c405d 100644 --- a/tabby-core/src/components/profileIcon.component.scss +++ b/tabby-core/src/components/profileIcon.component.scss @@ -8,3 +8,8 @@ max-width: 100%; max-height: 100%; } + +::ng-deep svg { + width: 100%; + height: 100%; +}