From 9fc56a6be210d82c4f1b03e804bd492d0848a62d Mon Sep 17 00:00:00 2001 From: Damian Stasik Date: Wed, 20 Oct 2021 15:44:13 +0200 Subject: [PATCH] fix: app icons are cropped in the app list for small screen sizes (#1876) --- 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 {