From 01494fa375ac380afcf00bb4ebd3b46d6ec87ac9 Mon Sep 17 00:00:00 2001 From: Arnau Giralt Date: Wed, 21 Feb 2024 16:42:20 +0100 Subject: [PATCH] Fix view component's content display --- components/src/widgets/view/widget.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/src/widgets/view/widget.vue b/components/src/widgets/view/widget.vue index bec5ae92..662d960b 100644 --- a/components/src/widgets/view/widget.vue +++ b/components/src/widgets/view/widget.vue @@ -127,7 +127,7 @@ export default { flex: 1 1 100%; display: grid; - grid-template-rows: auto auto; + grid-template-rows: min-content auto; grid-template-columns: 1fr; grid-template-areas: "n" "c";