Merge pull request #2420 from Squidly271/Fix/VMSnapshot

Fix: Create snapshot display aberrations
This commit is contained in:
tom mortensen
2025-10-14 21:06:39 -07:00
committed by GitHub

View File

@@ -40,6 +40,9 @@ div#dialogWindow,
input#upload {
display: none;
}
input[type="text"]#targetsnap {
width: 60%;
}
table.domdisk thead tr th:nth-child(1) {
width: 56% !important;
}