0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-15 03:28:25 -05:00

🐛 Fix visual problem with stroke cap menu

This commit is contained in:
alonso.torres 2024-09-16 09:07:57 +02:00
parent a0546b2e63
commit 65bb795199
2 changed files with 2 additions and 1 deletions

View file

@ -81,6 +81,7 @@
- Fix layer panel overflowing [Taiga #8665](https://tree.taiga.io/project/penpot/issue/8665) - Fix layer panel overflowing [Taiga #8665](https://tree.taiga.io/project/penpot/issue/8665)
- Fix problem when creating a component instance from grid layout [Github #4881](https://github.com/penpot/penpot/issues/4881) - Fix problem when creating a component instance from grid layout [Github #4881](https://github.com/penpot/penpot/issues/4881)
- Fix problem when dismissing shared library update [Taiga #8669](https://tree.taiga.io/project/penpot/issue/8669) - Fix problem when dismissing shared library update [Taiga #8669](https://tree.taiga.io/project/penpot/issue/8669)
- Fix visual problem with stroke cap menu [Taiga #8730](https://tree.taiga.io/project/penpot/issue/8730)
## 2.1.5 ## 2.1.5

View file

@ -32,7 +32,7 @@
} }
.cap-select { .cap-select {
width: $s-124; width: 100%;
} }
.stroke-cap-dropdown, .stroke-cap-dropdown,
.stroke-cap-dropdown-start { .stroke-cap-dropdown-start {