Skip to content

Commit 84fc922

Browse files
dantovskapawelangelow
authored andcommitted
fix handle direction to horizontal (#4624)
1 parent d83e3bb commit 84fc922

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ const WBView = (props: Props) => {
221221
</ResizablePanel>
222222

223223
<ResizablePanelHandle
224+
direction="horizontal"
224225
data-test-subj="resize-btn-scripting-area-and-results"
225226
/>
226227

0 commit comments

Comments
 (0)