Skip to content

Commit 04d5181

Browse files
#RI-3525-wb edit overflow hidden
1 parent 6bb326b commit 04d5181

File tree

1 file changed

+1
-1
lines changed
  • redisinsight/ui/src/pages/workbench/components/wb-view/WBView

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/workbench/components/wb-view/WBView/WBView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const WBView = (props: Props) => {
105105
scrollable={false}
106106
className={styles.queryPanel}
107107
initialSize={vertical[verticalPanelIds.firstPanelId] ?? 20}
108-
style={{ minHeight: '140px' }}
108+
style={{ minHeight: '140px', overflow: 'hidden' }}
109109
>
110110
<QueryWrapper
111111
query={script}

0 commit comments

Comments
 (0)