Skip to content

Commit a0be13f

Browse files
committed
[DOP-25646] add scroll to sql query field
1 parent 1e9571a commit a0be13f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/components/operation/OperationRaShow.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,12 @@ const OperationRaShow = (): ReactElement => {
9090
</Labeled>
9191

9292
<Labeled label="resources.operations.sections.sql_query">
93-
<Stack direction="row" spacing={3}>
93+
<Stack
94+
direction="row"
95+
spacing={3}
96+
height="10rem"
97+
overflow-y="auto"
98+
>
9499
<TextField source="data.sql_query" component="pre" />
95100
</Stack>
96101
</Labeled>

0 commit comments

Comments
 (0)