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;
|
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>
|
||||||
|
|||||||
Reference in New Issue
Block a user