From a3bb0cfd60495357d4c818b08b9cf9c6c7ca005c Mon Sep 17 00:00:00 2001
From: Uma <uma.s@vtiger.com>
Date: Thu, 8 Jul 2021 15:55:10 +0530
Subject: [PATCH] Alan recommended changes for description box

---
 layouts/v7/skins/contact/style.css             | 9 +++++++++
 layouts/v7/skins/inventory/style.css           | 9 +++++++++
 layouts/v7/skins/marketing/style.css           | 9 +++++++++
 layouts/v7/skins/marketing_and_sales/style.css | 9 +++++++++
 layouts/v7/skins/project/style.css             | 9 +++++++++
 layouts/v7/skins/sales/style.css               | 9 +++++++++
 layouts/v7/skins/support/style.css             | 9 +++++++++
 layouts/v7/skins/tools/style.css               | 9 +++++++++
 layouts/v7/skins/vtiger/style.less             | 9 +++++++++
 9 files changed, 81 insertions(+)

diff --git a/layouts/v7/skins/contact/style.css b/layouts/v7/skins/contact/style.css
index 99e187d0c..561a7b806 100644
--- a/layouts/v7/skins/contact/style.css
+++ b/layouts/v7/skins/contact/style.css
@@ -7753,4 +7753,13 @@ body .fc {
     z-index: 10001;
     background-color: #fff;
  }
+ .fieldBlockContainer .inputElement.textAreaElement {
+    max-width:none;
+    width: 100%;
+}
+
+.detailview-table textarea.inputElement.form-control {
+    max-width:none;
+    width: 90%;
+}
 /*# sourceMappingURL=style.css.map */
\ No newline at end of file
diff --git a/layouts/v7/skins/inventory/style.css b/layouts/v7/skins/inventory/style.css
index 65e014247..70be5ee02 100644
--- a/layouts/v7/skins/inventory/style.css
+++ b/layouts/v7/skins/inventory/style.css
@@ -7757,4 +7757,13 @@ body .fc {
     z-index: 10001;
     background-color: #fff;
  }
+ .fieldBlockContainer .inputElement.textAreaElement {
+    max-width:none;
+    width: 100%;
+}
+
+.detailview-table textarea.inputElement.form-control {
+    max-width:none;
+    width: 90%;
+}
 /*# sourceMappingURL=style.css.map */
\ No newline at end of file
diff --git a/layouts/v7/skins/marketing/style.css b/layouts/v7/skins/marketing/style.css
index 64bf73726..4b0a9e63e 100644
--- a/layouts/v7/skins/marketing/style.css
+++ b/layouts/v7/skins/marketing/style.css
@@ -8019,4 +8019,13 @@ a.btnReport:hover {
     z-index: 10001;
     background-color: #fff;
  }
+ .fieldBlockContainer .inputElement.textAreaElement {
+    max-width:none;
+    width: 100%;
+}
+
+.detailview-table textarea.inputElement.form-control {
+    max-width:none;
+    width: 90%;
+}
 /*# sourceMappingURL=style.css.map */
\ No newline at end of file
diff --git a/layouts/v7/skins/marketing_and_sales/style.css b/layouts/v7/skins/marketing_and_sales/style.css
index 497501d37..2f77a6612 100644
--- a/layouts/v7/skins/marketing_and_sales/style.css
+++ b/layouts/v7/skins/marketing_and_sales/style.css
@@ -7751,4 +7751,13 @@ body .fc {
     z-index: 10001;
     background-color: #fff;
  }
+ .fieldBlockContainer .inputElement.textAreaElement {
+    max-width:none;
+    width: 100%;
+}
+
+.detailview-table textarea.inputElement.form-control {
+    max-width:none;
+    width: 90%;
+}
 /*# sourceMappingURL=style.css.map */
\ No newline at end of file
diff --git a/layouts/v7/skins/project/style.css b/layouts/v7/skins/project/style.css
index 615bf59bc..9a9c28246 100644
--- a/layouts/v7/skins/project/style.css
+++ b/layouts/v7/skins/project/style.css
@@ -7757,4 +7757,13 @@ body .fc {
     z-index: 10001;
     background-color: #fff;
  }
+ .fieldBlockContainer .inputElement.textAreaElement {
+    max-width:none;
+    width: 100%;
+}
+
+.detailview-table textarea.inputElement.form-control {
+    max-width:none;
+    width: 90%;
+}
 /*# sourceMappingURL=style.css.map */
\ No newline at end of file
diff --git a/layouts/v7/skins/sales/style.css b/layouts/v7/skins/sales/style.css
index 1b122bfab..a09084e3b 100644
--- a/layouts/v7/skins/sales/style.css
+++ b/layouts/v7/skins/sales/style.css
@@ -7757,4 +7757,13 @@ body .fc {
     z-index: 10001;
     background-color: #fff;
  }
+ .fieldBlockContainer .inputElement.textAreaElement {
+    max-width:none;
+    width: 100%;
+}
+
+.detailview-table textarea.inputElement.form-control {
+    max-width:none;
+    width: 90%;
+}
 /*# sourceMappingURL=style.css.map */
\ No newline at end of file
diff --git a/layouts/v7/skins/support/style.css b/layouts/v7/skins/support/style.css
index 47e535367..189d18d22 100644
--- a/layouts/v7/skins/support/style.css
+++ b/layouts/v7/skins/support/style.css
@@ -7891,4 +7891,13 @@ div.flip {
     z-index: 10001;
     background-color: #fff;
  }
+ .fieldBlockContainer .inputElement.textAreaElement {
+    max-width:none;
+    width: 100%;
+}
+
+.detailview-table textarea.inputElement.form-control {
+    max-width:none;
+    width: 90%;
+}
 /*# sourceMappingURL=style.css.map */
\ No newline at end of file
diff --git a/layouts/v7/skins/tools/style.css b/layouts/v7/skins/tools/style.css
index a4f9523b6..33e87127b 100644
--- a/layouts/v7/skins/tools/style.css
+++ b/layouts/v7/skins/tools/style.css
@@ -7753,4 +7753,13 @@ body .fc {
     z-index: 10001;
     background-color: #fff;
  }
+ .fieldBlockContainer .inputElement.textAreaElement {
+    max-width:none;
+    width: 100%;
+}
+
+.detailview-table textarea.inputElement.form-control {
+    max-width:none;
+    width: 90%;
+}
 /*# sourceMappingURL=style.css.map */
\ No newline at end of file
diff --git a/layouts/v7/skins/vtiger/style.less b/layouts/v7/skins/vtiger/style.less
index c6e4cb2f3..7d0a03bef 100644
--- a/layouts/v7/skins/vtiger/style.less
+++ b/layouts/v7/skins/vtiger/style.less
@@ -8687,4 +8687,13 @@ body .fc {
     opacity: 0;
     z-index: 10001;
     background-color: #fff;
+}
+.fieldBlockContainer .inputElement.textAreaElement {
+    max-width:none;
+    width: 100%;
+}
+
+.detailview-table textarea.inputElement.form-control {
+    max-width:none;
+    width: 90%;
 }
\ No newline at end of file
-- 
GitLab