From a4bbb4355596a948bedf98c06642f9d86c597691 Mon Sep 17 00:00:00 2001 From: Eva Date: Fri, 30 Sep 2022 13:09:53 +0200 Subject: [PATCH] :bug: Fix shortcut texts alignment --- CHANGES.md | 1 + frontend/resources/styles/main/partials/sidebar.scss | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index ac370c585..041929689 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 92c7cce16..f14aca961 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 {