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; column-gap: 10px;
align-items: center; align-items: center;
} }
.wrap { /* needed for some reason to avoid a flickering issue on chrome ONLY */ .nowrap { /* needed for some reason to avoid a flickering issue on chrome ONLY */
flex-wrap: wrap; flex-wrap: nowrap;
row-gap: 10px;
} }
</style> </style>
<p>{{.VMID}}</p> <p>{{.VMID}}</p>