Skip to content

Commit d2b2947

Browse files
committed
fix handle direction to horizontal
1 parent dd8d3e4 commit d2b2947

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)