From a563f053efe23acfea47514cdf9a4cd82b01d35e Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Mon, 6 May 2024 14:19:04 +0200 Subject: [PATCH] adds the width and the height properties to the dashboard item, they were missing and caused a bug where the news widget was not displaying correctly --- public/js/components/Dashboard/Section.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/js/components/Dashboard/Section.js b/public/js/components/Dashboard/Section.js index 868672a50..e48b580ed 100644 --- a/public/js/components/Dashboard/Section.js +++ b/public/js/components/Dashboard/Section.js @@ -125,6 +125,8 @@ export default {