fix some styling

This commit is contained in:
Arthur Lu
2023-05-15 02:56:48 +00:00
parent c6d5d5dbc5
commit 56bf77df96
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>