From 5970ee397b0163b86b17b2c1286f6a13e880d3e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Gur=C3=A1=C5=88?= Date: Mon, 7 Aug 2023 18:37:58 +0200 Subject: [PATCH] Fixed insiders dashboard - light theme --- app/css/material-light.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/app/css/material-light.php b/app/css/material-light.php index c0b6bef0..1186605d 100644 --- a/app/css/material-light.php +++ b/app/css/material-light.php @@ -15,7 +15,7 @@ License: GNU General Public License v3.0 @import url('all.css'); @@ -617,3 +616,10 @@ a.scroll-to-top.rounded i.fas.fa-angle-up { .text-muted { color: !important; } + +.grid-stack-item-content { + width: 100%; + height: 100%; + padding: 5px; + box-sizing: border-box; +}