From f8ca4c4343927eadc60bc0193d70a01fb103f262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Albeza?= Date: Mon, 3 Jun 2024 16:30:16 +0200 Subject: [PATCH] :bug: Fix color name in circle bullets spanning over more than 2 lines --- CHANGES.md | 2 ++ frontend/src/app/main/ui/components/color_bullet.scss | 1 - frontend/src/app/main/ui/workspace/color_palette.scss | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 17f333222..952f7c51a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,6 +13,8 @@ ### :bug: Bugs fixed +- Layout and scrollign fixes for the bottom palette [Taiga Issue #7559](https://tree.taiga.io/project/penpot/issue/7559) + ## 2.0.3 ### :bug: Bugs fixed diff --git a/frontend/src/app/main/ui/components/color_bullet.scss b/frontend/src/app/main/ui/components/color_bullet.scss index cdfcb6c07..37b733f34 100644 --- a/frontend/src/app/main/ui/components/color_bullet.scss +++ b/frontend/src/app/main/ui/components/color_bullet.scss @@ -88,7 +88,6 @@ @include twoLineTextEllipsis; line-height: 1; color: var(--palette-text-color); - height: $s-28; text-align: center; } diff --git a/frontend/src/app/main/ui/workspace/color_palette.scss b/frontend/src/app/main/ui/workspace/color_palette.scss index 6d27fbe99..396245369 100644 --- a/frontend/src/app/main/ui/workspace/color_palette.scss +++ b/frontend/src/app/main/ui/workspace/color_palette.scss @@ -73,7 +73,7 @@ } .color-palette-content { - overflow: hidden; + overflow: hidden; } .color-palette-inside {