fix flickering issue with instance-card refresh and instance search
This commit is contained in:
@@ -22,6 +22,18 @@
|
|||||||
width: auto;
|
width: auto;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
.flex { /* needed for some reason to avoid a flickering issue on chrome ONLY */
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
.row { /* needed for some reason to avoid a flickering issue on chrome ONLY */
|
||||||
|
flex-direction: row;
|
||||||
|
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;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<p>{{.VMID}}</p>
|
<p>{{.VMID}}</p>
|
||||||
<p id="instance-name">{{.Name}}</p>
|
<p id="instance-name">{{.Name}}</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user