Skip to content

Commit

Permalink
optimize the code
Browse files Browse the repository at this point in the history
Signed-off-by: yubonluo <[email protected]>
  • Loading branch information
yubonluo committed Aug 30, 2024
1 parent 5b99112 commit a261a25
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export const DataSourceConnectionTable = ({
</EuiPopoverTitle>
<EuiListGroup
flush
maxWidth={200}
maxWidth={217}
className="eui-yScrollWithShadows"
style={{ maxHeight: '90px' }}
>
Expand All @@ -232,7 +232,7 @@ export const DataSourceConnectionTable = ({
key={item.id}
size="xs"
label={item.name}
icon={<DirectQueryConnectionIcon type={record.type} />}
icon={<DirectQueryConnectionIcon type={item.type} />}
style={{ maxHeight: '30px' }}
/>
))}
Expand Down

0 comments on commit a261a25

Please sign in to comment.