Skip to content

Commit f0290db

Browse files
committed
Final fix
1 parent ed4db8e commit f0290db

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/chart/parameter/component/FreeTextParameterSelect.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const FreeTextParameterSelectComponent = (props: ParameterSelectProps) => {
3535
setParamValueLocal(value);
3636

3737
if (manual) {
38+
// setRunning(false);
3839
return;
3940
}
4041

@@ -60,10 +61,10 @@ const FreeTextParameterSelectComponent = (props: ParameterSelectProps) => {
6061
variant='outlined'
6162
placeholder={'Enter text here...'}
6263
style={{
63-
marginBottom: '10px',
64+
marginBottom: '20px',
6465
marginRight: '10px',
6566
marginLeft: '15px',
66-
minWidth: `calc(100% - ${manualParameterSave ? '70' : '30'}px)`,
67+
minWidth: `calc(100% - ${manualParameterSave ? '80' : '30'}px)`,
6768
maxWidth: 'calc(100% - 30px)',
6869
}}
6970
onChange={(newValue) => {

0 commit comments

Comments
 (0)