fix some styling

This commit is contained in:
2023-05-15 02:56:48 +00:00
parent a3e1d2ed03
commit d057d98924
2 changed files with 8 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ async function populateInstances () {
instances.sort((a, b) => (a.vmid > b.vmid) ? 1 : -1);
instanceContainer.innerHTML = `
<div class="w3-row w3-hide-small w3-border-bottom w3-border-black">
<div class="w3-row w3-hide-small" style="border-bottom: 1px solid;">
<div class="w3-col l1 m2">
<p>VM ID</p>
</div>