0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

🐛 fix alignement of icon

This commit is contained in:
Eva 2022-03-22 09:50:18 +01:00
parent 5ce3ce06c6
commit ba46ab7361
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@
### :bug: Bugs fixed
- Fix icon placement in Mixed message [Taiga #3037](https://tree.taiga.io/project/penpot/issue/3037)
- Fix scroll in comment section [Taiga #3068](https://tree.taiga.io/project/penpot/issue/3068)
- Remove a decimal sets value to 0 [Taiga #3059](https://tree.taiga.io/project/penpot/issue/3054)
- Go to style library file to edit in a new tab [Taiga #2639](https://tree.taiga.io/project/penpot/issue/2639)

View file

@ -874,6 +874,7 @@
.element-set-options-group {
display: flex;
justify-content: space-between;
padding: 3px;
border: 1px solid $color-black;
border-radius: 4px;