fix wrong css class definition in instance card to fix chrome flicker issue

This commit is contained in:
2025-10-10 22:12:37 +00:00
parent 8c378a3b49
commit 75e098b7b4

View File

@@ -30,9 +30,8 @@
column-gap: 10px;
align-items: center;
}
.wrap { /* needed for some reason to avoid a flickering issue on chrome ONLY */
flex-wrap: wrap;
row-gap: 10px;
.nowrap { /* needed for some reason to avoid a flickering issue on chrome ONLY */
flex-wrap: nowrap;
}
</style>
<p>{{.VMID}}</p>