fix wrong css class definition in instance card to fix chrome flicker issue
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user