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 ed4db8e commit f0290dbCopy full SHA for f0290db
src/chart/parameter/component/FreeTextParameterSelect.tsx
@@ -35,6 +35,7 @@ const FreeTextParameterSelectComponent = (props: ParameterSelectProps) => {
35
setParamValueLocal(value);
36
37
if (manual) {
38
+ // setRunning(false);
39
return;
40
}
41
@@ -60,10 +61,10 @@ const FreeTextParameterSelectComponent = (props: ParameterSelectProps) => {
60
61
variant='outlined'
62
placeholder={'Enter text here...'}
63
style={{
- marginBottom: '10px',
64
+ marginBottom: '20px',
65
marginRight: '10px',
66
marginLeft: '15px',
- minWidth: `calc(100% - ${manualParameterSave ? '70' : '30'}px)`,
67
+ minWidth: `calc(100% - ${manualParameterSave ? '80' : '30'}px)`,
68
maxWidth: 'calc(100% - 30px)',
69
}}
70
onChange={(newValue) => {
0 commit comments