1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +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
spacing={3}
direction="row"
style={{ position: 'relative' }}
sx={{ justifyContent: 'center', marginTop: '20px' }}
>
<Button variant="contained" onClick={handleRunBtnClick}>
Run SAS Code
</Button>
<p style={{ position: 'absolute', marginRight: '-300px', top: '9px', textAlign: 'center', fontSize: '13px' }}>Or press CTRL + ENTER</p>
</Stack>
<p style={{ textAlign: 'center', fontSize: '13px' }}>Or press CTRL + ENTER</p>
</TabPanel>
<TabPanel value="2">
<div style={{ marginTop: '50px' }}>