From e092abb45f982a038fa4aece7aed7ac19e529a5a Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 16 Dec 2022 10:25:37 +0500 Subject: [PATCH] Calculation row padding fix (#4338) * Calculation row padding fix * Updating table UI --- .../__snapshots__/centerPanel.test.tsx.snap | 6 ++++++ .../table/__snapshots__/table.test.tsx.snap | 12 ++++++++++++ .../table/__snapshots__/tableRow.test.tsx.snap | 3 +++ .../components/table/calculation/calculationRow.scss | 1 + webapp/src/components/table/table.scss | 6 ------ webapp/src/components/table/tableRow.scss | 1 + webapp/src/components/table/tableRow.tsx | 8 ++++---- 7 files changed, 27 insertions(+), 10 deletions(-) diff --git a/webapp/src/components/__snapshots__/centerPanel.test.tsx.snap b/webapp/src/components/__snapshots__/centerPanel.test.tsx.snap index 2cd510c16..49bf19dea 100644 --- a/webapp/src/components/__snapshots__/centerPanel.test.tsx.snap +++ b/webapp/src/components/__snapshots__/centerPanel.test.tsx.snap @@ -2177,6 +2177,9 @@ exports[`components/centerPanel return centerPanel and press touch 1 with readon draggable="true" style="opacity: 1;" > +
+
+
+
+
+
+
{ style={{opacity: isDragging ? 0.5 : 1}} > - {!props.readonly && ( -
+
+ {!props.readonly && ( }/> -
- )} + )} +
{/* Name / title */}