add margin to table
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
759571535e
commit
be57da94db
@ -33,7 +33,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-card w3-padding w3-margin-top">
|
<div class="w3-card w3-padding w3-margin-top">
|
||||||
<h3>Cluster Resources</h3>
|
<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>
|
<thead>
|
||||||
<tr class="w3-black">
|
<tr class="w3-black">
|
||||||
<th>Resource</th>
|
<th>Resource</th>
|
||||||
|
Loading…
Reference in New Issue
Block a user