From e9aef7481556f2cface592a93d7de58515097034 Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Sat, 11 Nov 2023 16:49:35 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Placeholder=20width=20stretches?= =?UTF-8?q?=20out=20of=20screen=20(#1587)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.scss b/src/styles/global.scss index 2702181b5..a4332a8bb 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -42,7 +42,7 @@ } .grid-stack>.grid-stack-item { - min-width: calc(percentage(1) * #{var(--gridstack-widget-width)}); + min-width: #{var(--gridstack-widget-width)}; } // Styling for sidebar grid-stack elements