0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-07 15:39:42 -05:00

🐛 Fix height of v2 modal

This commit is contained in:
Eva Marco 2024-03-18 16:29:16 +01:00
parent 89b28adda7
commit bf7d3dcbb8

View file

@ -254,6 +254,7 @@
.modal-v2-info {
width: $s-664;
height: fit-content;
max-height: fit-content;
}
.modal-v2-title {