1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

fix(Studio): style fix for runtime dropdown

This commit is contained in:
2022-06-17 23:17:23 +05:00
parent 23b6692f02
commit 9023cf33b5

View File

@@ -166,7 +166,7 @@ const Studio = () => {
<span style={{ fontSize: '12px' }}>RUN</span>
</Button>
</Tooltip>
<Box sx={{ minWidth: 75 }}>
<Box sx={{ minWidth: '75px', marginLeft: '10px' }}>
<FormControl variant="standard">
<Select
labelId="run-time-select-label"