1
0
mirror of https://github.com/sasjs/server.git synced 2026-04-21 21:01:31 +00:00

Merge pull request #334 from sasjs/issue-332

fix: Studio Editor autocomplete invisible
This commit is contained in:
Allan Bowe
2022-12-07 16:04:42 +00:00
committed by GitHub
7 changed files with 798 additions and 544 deletions
+380 -308
View File
File diff suppressed because it is too large Load Diff
+413 -231
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -5,7 +5,7 @@ import Box from '@mui/material/Box'
const Home = () => {
return (
<Box className="main">
<Box className="container">
<CssBaseline />
<h2>Welcome to SASjs Server!</h2>
<p>
+1 -1
View File
@@ -38,7 +38,7 @@ const Login = () => {
return (
<Box
className="main"
className="container"
component="form"
onSubmit={handleSubmit}
sx={{
+1 -1
View File
@@ -69,7 +69,7 @@ const UpdatePassword = () => {
/>
) : (
<Box
className="main"
className="container"
component="form"
onSubmit={handleSubmit}
sx={{
+1 -1
View File
@@ -47,7 +47,7 @@ const AuthCode = () => {
}
return (
<Box className="main">
<Box className="container">
<CssBaseline />
<br />
<h2>Authorization Code</h2>
+1 -1
View File
@@ -12,7 +12,7 @@ code {
monospace;
}
.main {
.container {
margin: 50px 10px 0 10px;
display: flex;
flex-direction: column;