From 8a27d0603eef401cf2f5009aa2e19f13e95a16df Mon Sep 17 00:00:00 2001 From: Squidly271 Date: Fri, 3 Oct 2025 15:47:36 -0400 Subject: [PATCH] Fix: Create snapshot display abberations --- emhttp/plugins/dynamix.vm.manager/sheets/VMMachines.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emhttp/plugins/dynamix.vm.manager/sheets/VMMachines.css b/emhttp/plugins/dynamix.vm.manager/sheets/VMMachines.css index 5d107af86..fd45cf90e 100644 --- a/emhttp/plugins/dynamix.vm.manager/sheets/VMMachines.css +++ b/emhttp/plugins/dynamix.vm.manager/sheets/VMMachines.css @@ -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; }