Skip to content

Commit 090051a

Browse files
committed
px 80
1 parent f0290db commit 090051a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chart/parameter/component/NodePropertyParameterSelect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const NodePropertyParameterSelectComponent = (props: ParameterSelectProps) => {
128128
options={extraRecords.map((r) => r?._fields?.[displayValueRowIndex] || '(no data)').sort()}
129129
style={{
130130
maxWidth: 'calc(100% - 30px)',
131-
minWidth: `calc(100% - ${manualParameterSave ? '70' : '30'}px)`,
131+
minWidth: `calc(100% - ${manualParameterSave ? '80' : '30'}px)`,
132132
marginLeft: '15px',
133133
marginTop: '5px',
134134
}}

0 commit comments

Comments
 (0)