mirror of
https://github.com/sasjs/server.git
synced 2025-12-11 19:44:35 +00:00
fix(Studio): style fix for runtime dropdown
This commit is contained in:
@@ -166,7 +166,7 @@ const Studio = () => {
|
|||||||
<span style={{ fontSize: '12px' }}>RUN</span>
|
<span style={{ fontSize: '12px' }}>RUN</span>
|
||||||
</Button>
|
</Button>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
<Box sx={{ minWidth: 75 }}>
|
<Box sx={{ minWidth: '75px', marginLeft: '10px' }}>
|
||||||
<FormControl variant="standard">
|
<FormControl variant="standard">
|
||||||
<Select
|
<Select
|
||||||
labelId="run-time-select-label"
|
labelId="run-time-select-label"
|
||||||
|
|||||||
Reference in New Issue
Block a user