From 7adb2c04331e6c8b3772137d6a041e3a0467c051 Mon Sep 17 00:00:00 2001 From: Jay George Date: Mon, 5 Jan 2026 10:35:35 +0100 Subject: [PATCH 1/2] Fix the content card's height not expanding correctly. This was introduced in #13361 because we were trying to get the child of #main-content to take up the parent height. Setting the display model to grid fixes this without the side effect of the height not expanding correctly. --- resources/js/pages/layout/Layout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/pages/layout/Layout.vue b/resources/js/pages/layout/Layout.vue index d9a2ec05ce..5fba8ba3b9 100644 --- a/resources/js/pages/layout/Layout.vue +++ b/resources/js/pages/layout/Layout.vue @@ -32,7 +32,7 @@ provide('layout', {