From c4d087560da51a8b56fa1ddaf3ddc247c817e709 Mon Sep 17 00:00:00 2001 From: navaneeth Date: Sun, 29 Aug 2021 12:24:27 +0530 Subject: [PATCH] Minor style fixes --- frontend/src/Editor/Inspector/Components/Table.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/Editor/Inspector/Components/Table.jsx b/frontend/src/Editor/Inspector/Components/Table.jsx index 5b2c45c6b8..92012a4c48 100644 --- a/frontend/src/Editor/Inspector/Components/Table.jsx +++ b/frontend/src/Editor/Inspector/Components/Table.jsx @@ -453,7 +453,7 @@ class Table extends React.Component {
{item.name}
- this.removeColumn(index)}>x + this.removeColumn(index)} class="svg-icon" src="/assets/images/icons/trash.svg" width="12" height="12"/>
@@ -466,11 +466,11 @@ class Table extends React.Component {
- +