fix responsiveness of account resource table on large screens
This commit is contained in:
parent
2eb3670bc3
commit
d9e676cbd5
@ -35,7 +35,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-responsive" style="overflow-x: auto;">
|
<table id="resource-table" class="w3-table w3-table-all w3-mobile" style="overflow-x: auto;">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="w3-black">
|
<tr class="w3-black">
|
||||||
<th>Resource</th>
|
<th>Resource</th>
|
||||||
|
Loading…
Reference in New Issue
Block a user