mirror of
https://github.com/penpot/penpot.git
synced 2025-06-10 23:11:38 +02:00
🐛 Fix projects & teams dashboard pages
This commit is contained in:
parent
75d0648065
commit
b5fe07d5ee
3 changed files with 32 additions and 26 deletions
|
@ -44,6 +44,11 @@
|
|||
--actions-opacity: 1;
|
||||
}
|
||||
|
||||
.projects-container {
|
||||
display: grid;
|
||||
grid-auto-rows: min-content;
|
||||
}
|
||||
|
||||
.project {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue