From 9e729fa166ffb8abc6b0666883306d33c71aa9c0 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Mon, 5 Nov 2012 11:18:05 -0800 Subject: [PATCH] Zone wizard UI: fix multi-edit table width --- ui/css/cloudstack3.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 2676c192e8b..a85a392df6e 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -6816,6 +6816,10 @@ label.error { width: 98%; } +.multi-wizard.zone-wizard .multi-edit table th { + max-width: 97px; +} + .multi-wizard.zone-wizard .multi-edit .data { width: 102%; float: left;