From 117fd142913c09cd88f1db0a63c878bf58c0b728 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 26 Aug 2014 12:55:11 -0700 Subject: [PATCH] Zone wizard UI: Increase height of text fields to prevent cutoff --- ui/css/cloudstack3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 196a53fcc32..f6aefc92c61 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -7680,7 +7680,7 @@ label.error { .multi-wizard.zone-wizard .select-container .field .value input, .multi-wizard.zone-wizard .select-container .field .value select { width: 316px; - height: 12px; + height: 20px; margin: 13px 13px 0 18px; float: left; }