diff --git a/layouts/v7/skins/contact/style.css b/layouts/v7/skins/contact/style.css
index a28b9641094ba832f21d772723342bde62937280..ca0cbb8447e0a68becf3eda155b41f5b2ae603c3 100644
--- a/layouts/v7/skins/contact/style.css
+++ b/layouts/v7/skins/contact/style.css
@@ -6229,6 +6229,20 @@ div.tooltip-inner {
   float: left;
   margin-right: 5px;
 }
+/* Fix Text area in Line Items */
+table#lineItemTab textarea.lineItemCommentBox {
+  width: 90%;
+  /* Line-height is 1.4 so this is an approximation of 4 lines high */
+  min-height: 5.6em;
+}
+/* Change width of columns in LineItems (1) drag-handler (3) quanity (4) price */
+table#lineItemTab tbody tr > :nth-child(1) {
+  width: 5%;
+}
+table#lineItemTab tbody tr > :nth-child(3),
+table#lineItemTab tbody tr > :nth-child(4) {
+  width: 10%;
+}
 /***** Oursites Changes *****/
 .portal-table .table-actions {
   width: inherit ! important;
diff --git a/layouts/v7/skins/inventory/style.css b/layouts/v7/skins/inventory/style.css
index cb673dd683a46bddbf658ce5d0371ff0c88cd666..76503dffb208ee44511a2bf564dc9633b8fbe600 100644
--- a/layouts/v7/skins/inventory/style.css
+++ b/layouts/v7/skins/inventory/style.css
@@ -6229,6 +6229,20 @@ div.tooltip-inner {
   float: left;
   margin-right: 5px;
 }
+/* Fix Text area in Line Items */
+table#lineItemTab textarea.lineItemCommentBox {
+  width: 90%;
+  /* Line-height is 1.4 so this is an approximation of 4 lines high */
+  min-height: 5.6em;
+}
+/* Change width of columns in LineItems (1) drag-handler (3) quanity (4) price */
+table#lineItemTab tbody tr > :nth-child(1) {
+  width: 5%;
+}
+table#lineItemTab tbody tr > :nth-child(3),
+table#lineItemTab tbody tr > :nth-child(4) {
+  width: 10%;
+}
 /***** Oursites Changes *****/
 .portal-table .table-actions {
   width: inherit ! important;
diff --git a/layouts/v7/skins/marketing/style.css b/layouts/v7/skins/marketing/style.css
index 6ea9bf97958843f33ac6e0ec69c3a9ab130ea3ce..377f469fc9ac43b8486d1f394cf66e307c3dcf18 100644
--- a/layouts/v7/skins/marketing/style.css
+++ b/layouts/v7/skins/marketing/style.css
@@ -6229,6 +6229,20 @@ div.tooltip-inner {
   float: left;
   margin-right: 5px;
 }
+/* Fix Text area in Line Items */
+table#lineItemTab textarea.lineItemCommentBox {
+  width: 90%;
+  /* Line-height is 1.4 so this is an approximation of 4 lines high */
+  min-height: 5.6em;
+}
+/* Change width of columns in LineItems (1) drag-handler (3) quanity (4) price */
+table#lineItemTab tbody tr > :nth-child(1) {
+  width: 5%;
+}
+table#lineItemTab tbody tr > :nth-child(3),
+table#lineItemTab tbody tr > :nth-child(4) {
+  width: 10%;
+}
 /***** Oursites Changes *****/
 .portal-table .table-actions {
   width: inherit ! important;
diff --git a/layouts/v7/skins/marketing_and_sales/style.css b/layouts/v7/skins/marketing_and_sales/style.css
index 0271494f1de6d0f1795a048c32de350363f2184a..711a897f58218b5163c4ca8224db63d09a2f6ee6 100644
--- a/layouts/v7/skins/marketing_and_sales/style.css
+++ b/layouts/v7/skins/marketing_and_sales/style.css
@@ -6229,6 +6229,20 @@ div.tooltip-inner {
   float: left;
   margin-right: 5px;
 }
+/* Fix Text area in Line Items */
+table#lineItemTab textarea.lineItemCommentBox {
+  width: 90%;
+  /* Line-height is 1.4 so this is an approximation of 4 lines high */
+  min-height: 5.6em;
+}
+/* Change width of columns in LineItems (1) drag-handler (3) quanity (4) price */
+table#lineItemTab tbody tr > :nth-child(1) {
+  width: 5%;
+}
+table#lineItemTab tbody tr > :nth-child(3),
+table#lineItemTab tbody tr > :nth-child(4) {
+  width: 10%;
+}
 /***** Oursites Changes *****/
 .portal-table .table-actions {
   width: inherit ! important;
diff --git a/layouts/v7/skins/project/style.css b/layouts/v7/skins/project/style.css
index c837291e6e79aaa5f6a46cf9057d45ba1b9a98b9..bce7d465aa57b661f8b9da0a03d4bd2a47c7f331 100644
--- a/layouts/v7/skins/project/style.css
+++ b/layouts/v7/skins/project/style.css
@@ -6229,6 +6229,20 @@ div.tooltip-inner {
   float: left;
   margin-right: 5px;
 }
+/* Fix Text area in Line Items */
+table#lineItemTab textarea.lineItemCommentBox {
+  width: 90%;
+  /* Line-height is 1.4 so this is an approximation of 4 lines high */
+  min-height: 5.6em;
+}
+/* Change width of columns in LineItems (1) drag-handler (3) quanity (4) price */
+table#lineItemTab tbody tr > :nth-child(1) {
+  width: 5%;
+}
+table#lineItemTab tbody tr > :nth-child(3),
+table#lineItemTab tbody tr > :nth-child(4) {
+  width: 10%;
+}
 /***** Oursites Changes *****/
 .portal-table .table-actions {
   width: inherit ! important;
diff --git a/layouts/v7/skins/sales/style.css b/layouts/v7/skins/sales/style.css
index 0271494f1de6d0f1795a048c32de350363f2184a..711a897f58218b5163c4ca8224db63d09a2f6ee6 100644
--- a/layouts/v7/skins/sales/style.css
+++ b/layouts/v7/skins/sales/style.css
@@ -6229,6 +6229,20 @@ div.tooltip-inner {
   float: left;
   margin-right: 5px;
 }
+/* Fix Text area in Line Items */
+table#lineItemTab textarea.lineItemCommentBox {
+  width: 90%;
+  /* Line-height is 1.4 so this is an approximation of 4 lines high */
+  min-height: 5.6em;
+}
+/* Change width of columns in LineItems (1) drag-handler (3) quanity (4) price */
+table#lineItemTab tbody tr > :nth-child(1) {
+  width: 5%;
+}
+table#lineItemTab tbody tr > :nth-child(3),
+table#lineItemTab tbody tr > :nth-child(4) {
+  width: 10%;
+}
 /***** Oursites Changes *****/
 .portal-table .table-actions {
   width: inherit ! important;
diff --git a/layouts/v7/skins/support/style.css b/layouts/v7/skins/support/style.css
index aa735ce15a26dcd1bb6cf9a33a467123377c629c..098ff00a1ab91c3c3eb786b0db7906cb4de3e1c7 100644
--- a/layouts/v7/skins/support/style.css
+++ b/layouts/v7/skins/support/style.css
@@ -6229,6 +6229,20 @@ div.tooltip-inner {
   float: left;
   margin-right: 5px;
 }
+/* Fix Text area in Line Items */
+table#lineItemTab textarea.lineItemCommentBox {
+  width: 90%;
+  /* Line-height is 1.4 so this is an approximation of 4 lines high */
+  min-height: 5.6em;
+}
+/* Change width of columns in LineItems (1) drag-handler (3) quanity (4) price */
+table#lineItemTab tbody tr > :nth-child(1) {
+  width: 5%;
+}
+table#lineItemTab tbody tr > :nth-child(3),
+table#lineItemTab tbody tr > :nth-child(4) {
+  width: 10%;
+}
 /***** Oursites Changes *****/
 .portal-table .table-actions {
   width: inherit ! important;
diff --git a/layouts/v7/skins/tools/style.css b/layouts/v7/skins/tools/style.css
index a5a3b7ba7fe33545016c358dbc74fd5191a790c1..245b099e2074c37e220cc83c33986a2ab2cccca4 100644
--- a/layouts/v7/skins/tools/style.css
+++ b/layouts/v7/skins/tools/style.css
@@ -6229,6 +6229,20 @@ div.tooltip-inner {
   float: left;
   margin-right: 5px;
 }
+/* Fix Text area in Line Items */
+table#lineItemTab textarea.lineItemCommentBox {
+  width: 90%;
+  /* Line-height is 1.4 so this is an approximation of 4 lines high */
+  min-height: 5.6em;
+}
+/* Change width of columns in LineItems (1) drag-handler (3) quanity (4) price */
+table#lineItemTab tbody tr > :nth-child(1) {
+  width: 5%;
+}
+table#lineItemTab tbody tr > :nth-child(3),
+table#lineItemTab tbody tr > :nth-child(4) {
+  width: 10%;
+}
 /***** Oursites Changes *****/
 .portal-table .table-actions {
   width: inherit ! important;
diff --git a/layouts/v7/skins/vtiger/style.less b/layouts/v7/skins/vtiger/style.less
index 66ee042487c7c024d55bf769362b149dcad00545..fd0678baf5ba6bf854d753ce0b582655ac27956c 100644
--- a/layouts/v7/skins/vtiger/style.less
+++ b/layouts/v7/skins/vtiger/style.less
@@ -6983,6 +6983,21 @@ float:left;
 margin-right: 5px;
 }
 
+/* Fix Text area in Line Items */
+table#lineItemTab textarea.lineItemCommentBox {
+  width:90%;
+  /* Line-height is 1.4 so this is an approximation of 4 lines high */
+  min-height: 5.6em;
+}
+/* Change width of columns in LineItems (1) drag-handler (3) quanity (4) price */
+table#lineItemTab tbody tr>:nth-child(1) {
+  width:5%;
+}
+table#lineItemTab tbody tr>:nth-child(3),
+table#lineItemTab tbody tr>:nth-child(4) {
+  width:10%;
+}
+
 /***** Oursites Changes *****/
 .portal-table .table-actions{
     width:inherit ! important;