Skip to content

Commit

Permalink
Merge pull request #1066 from PrefectHQ/fix/layout-heights
Browse files Browse the repository at this point in the history
Fix: remove height 100% from layouts
  • Loading branch information
brandonreid authored Dec 22, 2023
2 parents caf1e1f + 70827bf commit 274fcb2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/layouts/PLayoutDefault/PLayoutDefault.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
grid
grid-rows-[max-content_max-content]
gap-4
h-full
w-full
}
Expand Down
1 change: 0 additions & 1 deletion src/layouts/PLayoutWell/PLayoutWell.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
grid-cols-[1fr_1fr_250px]
grid-rows-[max-content_max-content]
gap-4
h-full
w-full
}
Expand Down

0 comments on commit 274fcb2

Please sign in to comment.