mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 23:58:31 -06:00
more help layout
This commit is contained in:
@@ -102,10 +102,10 @@ export default function EditQuiz({
|
||||
}, [moduleName, quiz, quizName, quizText, updateQuizMutation]);
|
||||
|
||||
return (
|
||||
<div className="h-full flex flex-col w-full">
|
||||
<div className={"min-h-0 flex flex-row "}>
|
||||
<div className="h-full flex flex-col align-middle px-1">
|
||||
<div className={"min-h-0 flex flex-row w-full"}>
|
||||
{showHelp && (
|
||||
<pre className="flex-shrink max-w-96">
|
||||
<pre className=" max-w-96">
|
||||
<code>{helpString}</code>
|
||||
</pre>
|
||||
)}
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
.monaco-editor .margin {
|
||||
background-color: #18181b !important;
|
||||
}
|
||||
.monaco-editor { position: absolute !important; }
|
||||
|
||||
h1 {
|
||||
@apply text-4xl font-bold my-1;
|
||||
|
||||
Reference in New Issue
Block a user