0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 14:39:45 -05:00

🐛 Fix dashboard left sidebar, the [x] overlaps the field

This commit is contained in:
Alejandro Alonso 2023-03-28 13:17:32 +02:00 committed by Alonso Torres
parent acccba6ed4
commit 70974efc74
2 changed files with 2 additions and 1 deletions

View file

@ -61,6 +61,7 @@
- Fix don't show invite user hero to users with editor role [Taiga #5086](https://tree.taiga.io/project/penpot/issue/5086)
- Fix enter emails on onboarding new user creating team [Taiga #5089](https://tree.taiga.io/project/penpot/issue/5089)
- Fix invalid files amount after moving on dashboard [Taiga #5080](https://tree.taiga.io/project/penpot/issue/5080)
- Fix dashboard left sidebar, the [x] overlaps the field [Taiga #5064](https://tree.taiga.io/project/penpot/issue/5064)
### :heart: Community contributions by (Thank you!)
- To @ondrejkonec: for contributing to the code with:

View file

@ -260,7 +260,7 @@
.close {
background-color: $color-white;
cursor: pointer;
padding: 3px 5px;
padding-left: 5px;
svg {
fill: $color-gray-30;