From aa068c70c229e944c1422251ff9479e923651c4e Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Tue, 28 Mar 2023 13:33:12 +0200 Subject: [PATCH] :bug: Fix expanded typography on assets sidebar is moving --- CHANGES.md | 1 + frontend/resources/styles/main/partials/sidebar-assets.scss | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 9edc03d6a..7c768f435 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -62,6 +62,7 @@ - Fix enter emails on onboarding new user creating team [Taiga #5089](https://tree.taiga.io/project/penpot/issue/5089) - Fix invalid files amount after moving on dashboard [Taiga #5080](https://tree.taiga.io/project/penpot/issue/5080) - Fix dashboard left sidebar, the [x] overlaps the field [Taiga #5064](https://tree.taiga.io/project/penpot/issue/5064) +- Fix expanded typography on assets sidebar is moving [Taiga #5063](https://tree.taiga.io/project/penpot/issue/5063) ### :heart: Community contributions by (Thank you!) - To @ondrejkonec: for contributing to the code with: diff --git a/frontend/resources/styles/main/partials/sidebar-assets.scss b/frontend/resources/styles/main/partials/sidebar-assets.scss index 0f84b1047..4671381f1 100644 --- a/frontend/resources/styles/main/partials/sidebar-assets.scss +++ b/frontend/resources/styles/main/partials/sidebar-assets.scss @@ -339,6 +339,10 @@ .typography-container { position: relative; + + &:last-child { + padding-bottom: 0.5em; + } } .drag-counter {