diff --git a/CHANGES.md b/CHANGES.md index dfe3d10d6..9d4f1422d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,27 +1,20 @@ # CHANGELOG ## 1.12.2-beta -### :boom: Breaking changes - -### :sparkles: New features ### :bug: Bugs fixed - Fix issue with guides over shape handlers [Taiga #3032](https://tree.taiga.io/project/penpot/issue/3032) - Fix problem with shift+ctrl+click to select [#1671](https://github.com/penpot/penpot/issues/1671) - +- Fix ellipsis in long page names [Taiga #2962](https://tree.taiga.io/project/penpot/issue/2962) ## 1.12.1-beta -### :boom: Breaking changes - -### :sparkles: New features ### :bug: Bugs fixed - Fix length of names in sidebar [Taiga #2962](https://tree.taiga.io/project/penpot/issue/2962) - Fix issues on loki integration -### :heart: Community contributions by (Thank you!) ## 1.12.0-beta diff --git a/frontend/resources/styles/main/partials/sidebar.scss b/frontend/resources/styles/main/partials/sidebar.scss index e086a1d06..0bb5d1be2 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 { diff --git a/version.txt b/version.txt index f8706810a..47c06a59c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.12.1-beta +1.12.2-beta