0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00

🐛 FIx the context menu of component widget

This commit is contained in:
Eva 2022-03-29 16:28:15 +02:00 committed by Andrés Moya
parent 97e97d0984
commit 4909e7861f
2 changed files with 7 additions and 0 deletions

View file

@ -42,6 +42,7 @@
### :bug: Bugs fixed
- Fix component contex menu size [Taiga #2480](https://tree.taiga.io/project/penpot/issue/2480)
- Add shadow to artboard make it lose the fill [Taiga #3139](https://tree.taiga.io/project/penpot/issue/3139)
- Avoid numeric inputs to change its value without focusing them [Taiga #3140](https://tree.taiga.io/project/penpot/issue/3140)
- Fix comments modal when changing pages [Taiga #2597](https://tree.taiga.io/project/penpot/issue/2508)

View file

@ -523,6 +523,12 @@
right: 0.5rem;
left: unset;
top: 0;
.context-menu-action {
overflow-wrap: break-word;
min-width: 223px;
white-space: break-spaces;
}
}
}
}