diff --git a/CHANGES.md b/CHANGES.md index 79fce9c8c..1750907ea 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -21,6 +21,7 @@ ### :bug: Bugs fixed +- Fix ellipsis in long page names [Taiga #2962](https://tree.taiga.io/project/penpot/issue/2962) - Fix color palette animation [Taiga #2852](https://tree.taiga.io/project/penpot/issue/2852) - Fix display code icon on preview hover [Taiga #2838](https://tree.taiga.io/project/penpot/us/2838) diff --git a/frontend/resources/styles/main/partials/sidebar.scss b/frontend/resources/styles/main/partials/sidebar.scss index f239f225e..084de50e9 100644 --- a/frontend/resources/styles/main/partials/sidebar.scss +++ b/frontend/resources/styles/main/partials/sidebar.scss @@ -50,6 +50,10 @@ span { color: $color-gray-10; font-size: $fs14; + max-width: 100%; + overflow-x: hidden; + text-overflow: ellipsis; + white-space: nowrap; } span.tool-badge {