Fix debug border
This commit is contained in:
parent
d69ef95a41
commit
6845ed7c62
@ -502,7 +502,6 @@ const JobCreator = (props: JobCreatorProps) => {
|
||||
flexShrink: 0, /* Prevent shrinking */
|
||||
},
|
||||
position: "relative",
|
||||
border: "3px solid purple",
|
||||
}}>
|
||||
<Scrollable sx={{ display: "flex", flexGrow: 1, position: "relative", maxHeight: "30rem" }}><JobInfo job={job} /></Scrollable>
|
||||
<Scrollable sx={{ display: "flex", flexGrow: 1, position: "relative", maxHeight: "30rem" }}><StyledMarkdown content={job.description} /></Scrollable>
|
||||
|
Loading…
x
Reference in New Issue
Block a user