Skip to content

Commit 9d7e010

Browse files
committed
Add min height on dashboard
1 parent e654363 commit 9d7e010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<div role="tabpanel" class="tab-pane active" id="devices">
8787
<br />
8888
<div class="container-fluid">
89-
<div class="row">
89+
<div class="row" style="min-height: 600px">
9090
<!-- split:main1 -->
9191

9292
<!-- split:sensor -->

0 commit comments

Comments
 (0)