fix(ui): fit ip adapter image to panel (#4737)

## What type of PR is this? (check all applicable)

- [ ] Refactor
- [ ] Feature
- [x] Bug Fix
- [ ] Optimization
- [ ] Documentation Update
- [ ] Community Node Submission

## Description

Very tall IP adapter images didn't get fit to the panel. Now they do
This commit is contained in:
blessedcoolant 2023-09-29 14:29:39 +05:30 committed by GitHub
commit 08e40d6d16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,11 +63,14 @@ const ParamIPAdapterImage = () => {
return (
<Flex
layerStyle="second"
sx={{
position: 'relative',
w: 'full',
alignItems: 'center',
justifyContent: 'center',
aspectRatio: '1/1',
borderRadius: 'base',
}}
>
<IAIDndImage