Skip to content

Commit 4d10e62

Browse files
#RI-2509-update query card styles
1 parent 03df3bf commit 4d10e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/query-card/QueryCardCliGroupResult/QueryCardCliGroupResult.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export interface Props {
1010
const QueryCardCliGroupResult = (props: Props) => {
1111
const { result = [] } = props
1212
return (
13-
<div data-testid="query-cli-default-result">
13+
<div data-testid="query-cli-default-result" style={{ maxHeight: '210px' }}>
1414
{result[0]?.response.map((item: any, index: number) =>
1515
cliParseCommandsGroupResult(item, index))}
1616
</div>

0 commit comments

Comments
 (0)