Ultronprime commited on
Commit
6a31fe7
·
verified ·
1 Parent(s): b1199d5

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -4
index.html CHANGED
@@ -52,15 +52,15 @@
52
  </div>
53
  </div>
54
  <div class="lg:col-span-1"> <!-- Material Inventory -->
55
- <div class="dashboard-card p-6">
56
  <h2 class="text-lg font-semibold mb-4">Material Inventory</h2>
57
- <div id="material-cards" class="grid grid-cols-1 gap-4 overflow-y-auto pr-2" style="max-height: 500px;"></div>
58
  </div>
59
  </div>
60
  <div class="lg:col-span-1"> <!-- Production Log -->
61
- <div class="dashboard-card p-6">
62
  <h2 class="text-lg font-semibold mb-4">Production Log</h2>
63
- <ul id="production-log-list" class="space-y-3 overflow-y-auto pr-2" style="max-height: 500px;"></ul>
64
  </div>
65
  </div>
66
  </div>
 
52
  </div>
53
  </div>
54
  <div class="lg:col-span-1"> <!-- Material Inventory -->
55
+ <div class="dashboard-card p-6 flex flex-col">
56
  <h2 class="text-lg font-semibold mb-4">Material Inventory</h2>
57
+ <div id="material-cards" class="grid grid-cols-1 gap-4 overflow-y-auto pr-2 flex-grow" style="max-height: 500px;"></div>
58
  </div>
59
  </div>
60
  <div class="lg:col-span-1"> <!-- Production Log -->
61
+ <div class="dashboard-card p-6 flex flex-col">
62
  <h2 class="text-lg font-semibold mb-4">Production Log</h2>
63
+ <ul id="production-log-list" class="space-y-3 overflow-y-auto pr-2 flex-grow" style="max-height: 500px;"></ul>
64
  </div>
65
  </div>
66
  </div>