We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb326b commit 04d5181Copy full SHA for 04d5181
redisinsight/ui/src/pages/workbench/components/wb-view/WBView/WBView.tsx
@@ -105,7 +105,7 @@ const WBView = (props: Props) => {
105
scrollable={false}
106
className={styles.queryPanel}
107
initialSize={vertical[verticalPanelIds.firstPanelId] ?? 20}
108
- style={{ minHeight: '140px' }}
+ style={{ minHeight: '140px', overflow: 'hidden' }}
109
>
110
<QueryWrapper
111
query={script}
0 commit comments