diff --git a/CHANGES.md b/CHANGES.md index ac370c5850..0419296894 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,7 @@ ### :sparkles: New features ### :bug: Bugs fixed +- Fix shortcut texts alignment [Taiga #4275](https://tree.taiga.io/project/penpot/issue/4275) - Fix some texts and a typo [Taiga #4215](https://tree.taiga.io/project/penpot/issue/4215) ### :arrow_up: Deps updates diff --git a/frontend/resources/styles/main/partials/sidebar.scss b/frontend/resources/styles/main/partials/sidebar.scss index 92c7cce166..f14aca961b 100644 --- a/frontend/resources/styles/main/partials/sidebar.scss +++ b/frontend/resources/styles/main/partials/sidebar.scss @@ -438,10 +438,14 @@ button.collapse-sidebar { margin-top: 4px; color: $color-white; font-size: $fs12; + .command-name { + display: flex; + align-items: center; + } .keys { flex-grow: 1; display: flex; - align-items: flex-start; + align-items: center; justify-content: flex-end; } .char-box {