Skip to content

Commit 3187dad

Browse files
author
jacquesbach
committed
Add minimum size to "card-live"
1 parent 6e416c3 commit 3187dad

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
@@ -103,7 +103,7 @@ <h1>
103103
</div>
104104
</div>
105105

106-
<div class="grid-stack-item" id="card-live" gs-w="8" gs-h="2">
106+
<div class="grid-stack-item" id="card-live" gs-w="8" gs-h="2" gs-min-w="3" gs-min-h="2">
107107
<div class="grid-stack-item-content">
108108
<div class="card card-light" style="height: 100%; text-align: left; box-sizing: border-box;">
109109
<div class="label" style="border-bottom: 1px solid #f0f0f0; padding-bottom: 10px; margin-bottom: 20px;">

0 commit comments

Comments
 (0)