Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 8b4de6e

Browse files
authored
Report plugin -Quick padding fix (#1176)
1 parent de8fd7e commit 8b4de6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/components/AnalysisPlugin/AnalysisPlugin.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ const AnalysisPlugin = ({
419419
onClickRelatedResource(containerId)
420420
}
421421
style={{
422-
padding: '12px',
422+
padding: '1',
423423
maxWidth: '230px',
424424
overflow: 'hidden',
425425
background: 'transparent',

0 commit comments

Comments
 (0)