1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-15 09:50:06 +00:00

chore: placement of ctrl enter label

This commit is contained in:
2022-04-13 22:12:40 +02:00
parent b93a0da3a3
commit f0bb51a0d5

View File

@@ -141,13 +141,15 @@ const Studio = () => {
<Stack <Stack
spacing={3} spacing={3}
direction="row" direction="row"
style={{ position: 'relative' }}
sx={{ justifyContent: 'center', marginTop: '20px' }} sx={{ justifyContent: 'center', marginTop: '20px' }}
> >
<Button variant="contained" onClick={handleRunBtnClick}> <Button variant="contained" onClick={handleRunBtnClick}>
Run SAS Code Run SAS Code
</Button> </Button>
<p style={{ position: 'absolute', marginRight: '-300px', top: '9px', textAlign: 'center', fontSize: '13px' }}>Or press CTRL + ENTER</p>
</Stack> </Stack>
<p style={{ textAlign: 'center', fontSize: '13px' }}>Or press CTRL + ENTER</p>
</TabPanel> </TabPanel>
<TabPanel value="2"> <TabPanel value="2">
<div style={{ marginTop: '50px' }}> <div style={{ marginTop: '50px' }}>