Skip to content

Commit efa7fda

Browse files
committed
Update VectorInputFields.tsx
1 parent d7cdb6f commit efa7fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webview/activitybar/src/components/VectorInputFields.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export const VectorInputFields = ({
104104
paramType === 'U64' ||
105105
paramType === 'U128' ||
106106
paramType === 'U256' ? (
107-
<div style={{ flexDirection: 'column', padding: '8px' }}>
107+
<div style={{ flexDirection: 'column' }}>
108108
<VSCodeTextArea
109109
rows={3}
110110
style={{ width: '100%' }}

0 commit comments

Comments
 (0)