Skip to content

Commit 6e416c3

Browse files
author
jacquesbach
committed
Add minimum size to "card-total"
1 parent fc4787a commit 6e416c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h1>
8787

8888
<div class="grid-stack" id="dashboard-grid">
8989

90-
<div class="grid-stack-item" id="card-total" gs-w="4" gs-h="2">
90+
<div class="grid-stack-item" id="card-total" gs-w="4" gs-h="2" gs-min-w="2" gs-min-h="2">
9191
<div class="grid-stack-item-content">
9292
<div class="card card-gradient" style="height: 100%; box-sizing: border-box;">
9393
<div id="totalLoading" style="position:absolute; inset:0; background:rgba(255,255,255,0.15); display:none; align-items:center; justify-content:center; border-radius:24px; z-index:10;">

0 commit comments

Comments
 (0)