From d2755527af945e42a6591505a87699d5565d0164 Mon Sep 17 00:00:00 2001 From: Uma <uma.s@vtiger.com> Date: Sun, 10 Jan 2021 15:59:52 +0530 Subject: [PATCH] Fixes #1521 Description field width has been addressed --- layouts/v7/skins/contact/style.css | 3 +-- layouts/v7/skins/inventory/style.css | 3 +-- layouts/v7/skins/marketing/style.css | 3 +-- layouts/v7/skins/marketing_and_sales/style.css | 3 +-- layouts/v7/skins/project/style.css | 3 +-- layouts/v7/skins/sales/style.css | 3 +-- layouts/v7/skins/support/style.css | 3 +-- layouts/v7/skins/tools/style.css | 3 +-- layouts/v7/skins/vtiger/style.less | 3 +-- 9 files changed, 9 insertions(+), 18 deletions(-) diff --git a/layouts/v7/skins/contact/style.css b/layouts/v7/skins/contact/style.css index 50fab35eb..bbb78f759 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 d400e5912..789c74f7d 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 e72caf7eb..4e3d81ff7 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 9a1751ad0..cee5dbca9 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 b9ece99e3..a3f8244ad 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 4a9ff2217..8547dface 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 0f926c7bf..29c5430f1 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 538e93634..106961869 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 9a09e0f15..4bb5b466e 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 { -- GitLab