From f7d2f6ec51358475198ca95c1cf5aa0a18f86bca Mon Sep 17 00:00:00 2001 From: Pablo Alba Date: Fri, 8 Apr 2022 09:13:43 +0200 Subject: [PATCH] :bug: Fix hidden file name on import --- CHANGES.md | 1 + frontend/resources/styles/main/partials/modal.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 7af129dfd..bd00a1fcf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -44,6 +44,7 @@ ### :bug: Bugs fixed +- Fix hidden file name on import [Taiga #3172](https://tree.taiga.io/project/penpot/issue/3172) - Fix unneccessary scrollbars at the color list [Taiga #3211](https://tree.taiga.io/project/penpot/issue/3211) - "Show in exports" is showing in multiselections [Taiga #3194](https://tree.taiga.io/project/penpot/issue/3194) - Edit file name navigates to the file workspace [Taiga #3183](https://tree.taiga.io/project/penpot/issue/3183) diff --git a/frontend/resources/styles/main/partials/modal.scss b/frontend/resources/styles/main/partials/modal.scss index b5a8f3ce2..9d2894254 100644 --- a/frontend/resources/styles/main/partials/modal.scss +++ b/frontend/resources/styles/main/partials/modal.scss @@ -369,6 +369,7 @@ white-space: nowrap; .icon-library { + height: 14px; width: 14px; fill: $color-gray-20; margin-left: 0.5rem;