0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 18:48:37 -05:00

Merge pull request #5021 from penpot/eva-fix-design-tab-layout

🐛 Fix design tab layout after new tab component added
This commit is contained in:
Alejandro 2024-08-23 12:25:38 +02:00 committed by GitHub
commit e7b663749a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,6 +27,7 @@
.element-options {
display: grid;
grid-auto-rows: min-content;
gap: $s-8;
width: 100%;
height: calc(100vh - $s-80);