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; +}