diff --git a/public_html/deployment/main_new_ui.css b/public_html/deployment/main_new_ui.css
index 89a67f02d3d86035d0b60ea8f55eeb82e26243d2..d2c58ee879c9a5a46780d5fbc1cffd7fe39c051b 100644
--- a/public_html/deployment/main_new_ui.css
+++ b/public_html/deployment/main_new_ui.css
@@ -22,4 +22,9 @@ a.topbrand small{margin-left: 0.3em; font-weight: normal;}
 .navbar-nav li.divider{border-left: 1px solid rgba(0,0,0,0.2);}
 
 /* top right breadcrumb color */
-.breadcrumb a{color: #666;}
\ No newline at end of file
+.breadcrumb a{color: #666;}
+
+/* fix width of input fields */
+.form-control {
+	max-width: 100%;
+}
\ No newline at end of file