0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-08 08:09:14 -05:00

🐛 Fix shortcut texts alignment

This commit is contained in:
Eva 2022-09-30 13:09:53 +02:00 committed by Alonso Torres
parent 8f786407af
commit a4bbb43555
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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 {