mirror of
https://github.com/penpot/penpot.git
synced 2025-02-19 05:15:44 -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:
commit
e7b663749a
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue