diff --git a/layouts/v7/skins/contact/style.css b/layouts/v7/skins/contact/style.css
index 50fab35eb48482420bc66bc6fcd29e83405d92e5..bbb78f759c506461d13907edd8e7e843743c76a3 100644
--- a/layouts/v7/skins/contact/style.css
+++ b/layouts/v7/skins/contact/style.css
@@ -2385,8 +2385,7 @@ th {
 }
 .fieldBlockContainer .inputElement {
   height: 30px;
-  width: 100%;
-  max-width: 325px;
+  width: 200px;
 }
 .editViewContents .input.form-control:focus,
 .editViewContents .input.form-control:hover,
diff --git a/layouts/v7/skins/inventory/style.css b/layouts/v7/skins/inventory/style.css
index d400e591218f0cc2e4e7147e83d92851695297aa..789c74f7d6fa6946a360c48debf1746d691c12ff 100644
--- a/layouts/v7/skins/inventory/style.css
+++ b/layouts/v7/skins/inventory/style.css
@@ -2385,8 +2385,7 @@ th {
 }
 .fieldBlockContainer .inputElement {
   height: 30px;
-  width: 100%;
-  max-width: 325px;
+  width: 200px;
 }
 .editViewContents .input.form-control:focus,
 .editViewContents .input.form-control:hover,
diff --git a/layouts/v7/skins/marketing/style.css b/layouts/v7/skins/marketing/style.css
index e72caf7ebdc86a8f4fbacff0f31815016399677b..4e3d81ff7be3a506e979776ba59aa15268dedb8e 100644
--- a/layouts/v7/skins/marketing/style.css
+++ b/layouts/v7/skins/marketing/style.css
@@ -2385,8 +2385,7 @@ th {
 }
 .fieldBlockContainer .inputElement {
   height: 30px;
-  width: 100%;
-  max-width: 325px;
+  width: 200px;
 }
 .editViewContents .input.form-control:focus,
 .editViewContents .input.form-control:hover,
diff --git a/layouts/v7/skins/marketing_and_sales/style.css b/layouts/v7/skins/marketing_and_sales/style.css
index 9a1751ad047a54a676189a05940ff37f9da8c7b6..cee5dbca9e21acf0c628176163f507b983f3c18b 100644
--- a/layouts/v7/skins/marketing_and_sales/style.css
+++ b/layouts/v7/skins/marketing_and_sales/style.css
@@ -2385,8 +2385,7 @@ th {
 }
 .fieldBlockContainer .inputElement {
   height: 30px;
-  width: 100%;
-  max-width: 325px;
+  width: 200px;
 }
 .editViewContents .input.form-control:focus,
 .editViewContents .input.form-control:hover,
diff --git a/layouts/v7/skins/project/style.css b/layouts/v7/skins/project/style.css
index b9ece99e3c803146a115b6af70405662aa92f691..a3f8244ad4a2e03e5ba7ec3cc804715a30ccf5ea 100644
--- a/layouts/v7/skins/project/style.css
+++ b/layouts/v7/skins/project/style.css
@@ -2385,8 +2385,7 @@ th {
 }
 .fieldBlockContainer .inputElement {
   height: 30px;
-  width: 100%;
-  max-width: 325px;
+  width: 200px;
 }
 .editViewContents .input.form-control:focus,
 .editViewContents .input.form-control:hover,
diff --git a/layouts/v7/skins/sales/style.css b/layouts/v7/skins/sales/style.css
index 4a9ff2217dea2c1f54e37f4a7a3afb88faa6f6e6..8547dfacec1f2469ad5c5044a15eb085fbf9f2cb 100644
--- a/layouts/v7/skins/sales/style.css
+++ b/layouts/v7/skins/sales/style.css
@@ -2385,8 +2385,7 @@ th {
 }
 .fieldBlockContainer .inputElement {
   height: 30px;
-  width: 100%;
-  max-width: 325px;
+  width: 200px;
 }
 .editViewContents .input.form-control:focus,
 .editViewContents .input.form-control:hover,
diff --git a/layouts/v7/skins/support/style.css b/layouts/v7/skins/support/style.css
index 0f926c7bf45a8487830558db341cf3682d7a1109..29c5430f1058979dfb1c6b6d7a57518ba3d684cc 100644
--- a/layouts/v7/skins/support/style.css
+++ b/layouts/v7/skins/support/style.css
@@ -2385,8 +2385,7 @@ th {
 }
 .fieldBlockContainer .inputElement {
   height: 30px;
-  width: 100%;
-  max-width: 325px;
+  width: 200px;
 }
 .editViewContents .input.form-control:focus,
 .editViewContents .input.form-control:hover,
diff --git a/layouts/v7/skins/tools/style.css b/layouts/v7/skins/tools/style.css
index 538e93634605e25ed10ca2738fb13ef5dd384187..106961869f01ea9a45f45690c28f8a4b616c2d04 100644
--- a/layouts/v7/skins/tools/style.css
+++ b/layouts/v7/skins/tools/style.css
@@ -2385,8 +2385,7 @@ th {
 }
 .fieldBlockContainer .inputElement {
   height: 30px;
-  width: 100%;
-  max-width: 325px;
+  width: 200px;
 }
 .editViewContents .input.form-control:focus,
 .editViewContents .input.form-control:hover,
diff --git a/layouts/v7/skins/vtiger/style.less b/layouts/v7/skins/vtiger/style.less
index 9a09e0f159da72e718685883415d9aa57db27377..4bb5b466e78a67f5a493013fbaa0b7854e987f7a 100644
--- a/layouts/v7/skins/vtiger/style.less
+++ b/layouts/v7/skins/vtiger/style.less
@@ -2638,8 +2638,7 @@ strong, b, th{
 
 .fieldBlockContainer .inputElement{
     height : 30px;
-    width: 100%;
-    max-width: 325px;
+    width: 200px;
 }
 //editview input-group styles
 .editViewContents {