We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0290db commit 090051aCopy full SHA for 090051a
src/chart/parameter/component/NodePropertyParameterSelect.tsx
@@ -128,7 +128,7 @@ const NodePropertyParameterSelectComponent = (props: ParameterSelectProps) => {
128
options={extraRecords.map((r) => r?._fields?.[displayValueRowIndex] || '(no data)').sort()}
129
style={{
130
maxWidth: 'calc(100% - 30px)',
131
- minWidth: `calc(100% - ${manualParameterSave ? '70' : '30'}px)`,
+ minWidth: `calc(100% - ${manualParameterSave ? '80' : '30'}px)`,
132
marginLeft: '15px',
133
marginTop: '5px',
134
}}
0 commit comments