From abeb45753e329cda8b1ecbffb76f6820a1cdfd97 Mon Sep 17 00:00:00 2001 From: Damian Stasik Date: Wed, 20 Oct 2021 11:51:32 +0200 Subject: [PATCH] fix: make sure icons are not cropped in the app list --- src/dashboard/Apps/AppsIndex.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dashboard/Apps/AppsIndex.scss b/src/dashboard/Apps/AppsIndex.scss index bebb466645..af86385eeb 100644 --- a/src/dashboard/Apps/AppsIndex.scss +++ b/src/dashboard/Apps/AppsIndex.scss @@ -126,6 +126,7 @@ margin-right: 15px; border-radius: 10px; overflow: hidden; + flex-shrink: 0; } .appname {