+
{index > 0 && (
diff --git a/frontend/src/AppBuilder/QueryManager/QueryEditors/TooljetDatabase/JoinSelect.jsx b/frontend/src/AppBuilder/QueryManager/QueryEditors/TooljetDatabase/JoinSelect.jsx
index 4734addb26..863c826b8a 100644
--- a/frontend/src/AppBuilder/QueryManager/QueryEditors/TooljetDatabase/JoinSelect.jsx
+++ b/frontend/src/AppBuilder/QueryManager/QueryEditors/TooljetDatabase/JoinSelect.jsx
@@ -340,10 +340,7 @@ const JsonBfieldsForSelect = ({ selectedJsonbColumns, handleJSonChange, table })
handleRemove(colDetails.id, colDetails.name, colDetails.table)}
>
diff --git a/frontend/src/AppBuilder/QueryManager/QueryEditors/TooljetDatabase/JoinSort.jsx b/frontend/src/AppBuilder/QueryManager/QueryEditors/TooljetDatabase/JoinSort.jsx
index 2d5a2de518..9e129e9eb4 100644
--- a/frontend/src/AppBuilder/QueryManager/QueryEditors/TooljetDatabase/JoinSort.jsx
+++ b/frontend/src/AppBuilder/QueryManager/QueryEditors/TooljetDatabase/JoinSort.jsx
@@ -164,10 +164,7 @@ export default function JoinSort({ darkMode }) {
setJoinOrderByOptions(joinOrderByOptions.filter((opt, idx) => idx !== i))}
>
diff --git a/frontend/src/AppBuilder/QueryManager/QueryEditors/TooljetDatabase/JoinTable.jsx b/frontend/src/AppBuilder/QueryManager/QueryEditors/TooljetDatabase/JoinTable.jsx
index eba36f37a3..cf14448967 100644
--- a/frontend/src/AppBuilder/QueryManager/QueryEditors/TooljetDatabase/JoinTable.jsx
+++ b/frontend/src/AppBuilder/QueryManager/QueryEditors/TooljetDatabase/JoinTable.jsx
@@ -535,12 +535,11 @@ const RenderFilterSection = ({ darkMode }) => {
removeFilterConditionEntry(index)}
>
diff --git a/frontend/src/AppBuilder/QueryManager/QueryEditors/TooljetDatabase/RenderColumnUI.jsx b/frontend/src/AppBuilder/QueryManager/QueryEditors/TooljetDatabase/RenderColumnUI.jsx
index 1766691d66..89323c1c3c 100644
--- a/frontend/src/AppBuilder/QueryManager/QueryEditors/TooljetDatabase/RenderColumnUI.jsx
+++ b/frontend/src/AppBuilder/QueryManager/QueryEditors/TooljetDatabase/RenderColumnUI.jsx
@@ -54,10 +54,7 @@ const RenderColumnUI = ({
removeColumnOptionsPair(id)}
>
diff --git a/frontend/src/AppBuilder/QueryManager/QueryEditors/TooljetDatabase/RenderFilterSectionUI.jsx b/frontend/src/AppBuilder/QueryManager/QueryEditors/TooljetDatabase/RenderFilterSectionUI.jsx
index 983019697a..cd7f94abf3 100644
--- a/frontend/src/AppBuilder/QueryManager/QueryEditors/TooljetDatabase/RenderFilterSectionUI.jsx
+++ b/frontend/src/AppBuilder/QueryManager/QueryEditors/TooljetDatabase/RenderFilterSectionUI.jsx
@@ -117,10 +117,7 @@ const RenderFilterSectionUI = ({
removeFilterConditionPair(id)}
>
diff --git a/frontend/src/AppBuilder/QueryManager/QueryEditors/TooljetDatabase/RenderSortUI.jsx b/frontend/src/AppBuilder/QueryManager/QueryEditors/TooljetDatabase/RenderSortUI.jsx
index b5021974ba..a349b9e5ed 100644
--- a/frontend/src/AppBuilder/QueryManager/QueryEditors/TooljetDatabase/RenderSortUI.jsx
+++ b/frontend/src/AppBuilder/QueryManager/QueryEditors/TooljetDatabase/RenderSortUI.jsx
@@ -86,10 +86,7 @@ const RenderSortUI = ({
removeSortConditionPair(id)}
>
diff --git a/frontend/src/_styles/queryManager.scss b/frontend/src/_styles/queryManager.scss
index 7b256c3812..1c63a111e9 100644
--- a/frontend/src/_styles/queryManager.scss
+++ b/frontend/src/_styles/queryManager.scss
@@ -1856,8 +1856,9 @@ $border-radius: 4px;
.tjdb-codhinter-wrapper{
.codehinter-input{
.cm-editor{
- height: 30px !important;
+ // height: 30px !important;
min-height: 30px !important;
+ max-height:100px !important;
border-radius: 0 !important;
border-right: 0 ;
}
@@ -1865,8 +1866,9 @@ $border-radius: 4px;
}
.tjdb-limit-offset-codehinter{
.cm-editor{
- height: 30px !important;
+ // height: 30px !important;
min-height: 30px !important;
+ max-height:100px !important;
}
}
@@ -1904,4 +1906,19 @@ $border-radius: 4px;
line-height: 18px;
}
}
+}
+
+
+.qm-delete-btn {
+ min-height: 30px;
+ height: 100% !important;
+ align-items: flex-start !important;
+ padding-top: 6px;
+}
+
+.restapi-key-value {
+ .code-hinter-wrapper, .code-editor-basic-wrapper, .codehinter-container, .cm-codehinter, .code-editor-query-panel{
+ height:100%;
+ max-height: 100px;
+ }
}
\ No newline at end of file
diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss
index ff2e935de6..886d0a64c2 100644
--- a/frontend/src/_styles/theme.scss
+++ b/frontend/src/_styles/theme.scss
@@ -15824,6 +15824,7 @@ tbody {
}
.rest-api-options-codehinter {
+ height: 100%;
.cm-content>.cm-line {
// max-width: 357px !important;
}