diff --git a/frontend/src/Editor/Components/Table/AddNewRowComponent.jsx b/frontend/src/Editor/Components/Table/AddNewRowComponent.jsx index 11c68891a8..bf92c668b6 100644 --- a/frontend/src/Editor/Components/Table/AddNewRowComponent.jsx +++ b/frontend/src/Editor/Components/Table/AddNewRowComponent.jsx @@ -86,15 +86,17 @@ export function AddNewRowComponent({ {headerGroup.headers.map((column, index) => { return ( -
- -
{column.render('Header')}
+
+
+ +
+
{column.render('Header')}
); diff --git a/frontend/src/Editor/Inspector/Inspector.jsx b/frontend/src/Editor/Inspector/Inspector.jsx index 902e04685c..ae98efeb58 100644 --- a/frontend/src/Editor/Inspector/Inspector.jsx +++ b/frontend/src/Editor/Inspector/Inspector.jsx @@ -331,27 +331,29 @@ export const Inspector = ({ }; const propertiesTab = isMounted && ( - +
+ +
); const stylesTab = ( -
+
-
+
switchSidebarTab(2)}> diff --git a/frontend/src/_styles/components.scss b/frontend/src/_styles/components.scss index d277fd5de9..06f50deb06 100644 --- a/frontend/src/_styles/components.scss +++ b/frontend/src/_styles/components.scss @@ -95,7 +95,6 @@ $btn-dark-color: #FFFFFF; } .leftsidebar-panel-header { - height: 100%; background-color: var(--slate3); padding: 12px 16px; min-height: 52px; diff --git a/frontend/src/_styles/left-sidebar.scss b/frontend/src/_styles/left-sidebar.scss index 509aa93a8a..f834458d23 100644 --- a/frontend/src/_styles/left-sidebar.scss +++ b/frontend/src/_styles/left-sidebar.scss @@ -723,7 +723,7 @@ } .left-sidebar-local-datasources-wrapper { - height: 100%; + height: calc(100% - 48px); min-height: 300px; position: relative; } \ No newline at end of file