add margin to table
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
54533e213b
commit
c53fb01599
@ -33,7 +33,7 @@
|
||||
</div>
|
||||
<div class="w3-card w3-padding w3-margin-top">
|
||||
<h3>Cluster Resources</h3>
|
||||
<table id="resource-table" class="w3-table w3-table-all w3-mobile" style="overflow-x: auto;">
|
||||
<table id="resource-table" class="w3-table w3-table-all w3-mobile" style="overflow-x: auto; margin-bottom: 1em;">
|
||||
<thead>
|
||||
<tr class="w3-black">
|
||||
<th>Resource</th>
|
||||
|
Loading…
Reference in New Issue
Block a user