0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-13 00:01:51 -05:00

🐛 Fix design tab layout after new tab component added

This commit is contained in:
Eva Marco 2024-08-23 11:59:23 +02:00
parent 736d75a93c
commit aa5999b2e0

View file

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