mirror of
https://github.com/penpot/penpot.git
synced 2025-02-05 22:09:06 -05:00
🐛 Fix max height in library dialog
This commit is contained in:
parent
4b2d82e100
commit
43c3d67521
2 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
- Fix problem with SVG imports with style [#2605](https://github.com/penpot/penpot/issues/2605)
|
||||
- Fix ghost shapes after sync groups in components [Taiga #4649](https://tree.taiga.io/project/penpot/issue/4649)
|
||||
- Fix layer orders messed up on move, group, reparent and undo [Github #2672](https://github.com/penpot/penpot/issues/2672)
|
||||
- Fix max height in library dialog [Github #2335](https://github.com/penpot/penpot/issues/2335)
|
||||
|
||||
## 1.16.2-beta
|
||||
|
||||
|
|
|
@ -626,6 +626,7 @@
|
|||
border-radius: $br-medium;
|
||||
height: 664px;
|
||||
width: 920px;
|
||||
max-height: 100%;
|
||||
|
||||
.modal-content {
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Reference in a new issue