mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -05:00
🐛 Fix height of v2 modal
This commit is contained in:
parent
89b28adda7
commit
bf7d3dcbb8
1 changed files with 1 additions and 0 deletions
|
@ -254,6 +254,7 @@
|
|||
.modal-v2-info {
|
||||
width: $s-664;
|
||||
height: fit-content;
|
||||
max-height: fit-content;
|
||||
}
|
||||
|
||||
.modal-v2-title {
|
||||
|
|
Loading…
Reference in a new issue