Skip to content
Snippets Groups Projects
Commit 78a3ff2b authored by Robin Leber's avatar Robin Leber
Browse files

code editor style

parent 8b8972d2
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ export const codeEditorElement = (instance) => {
containerHeading.appendChild(document.createTextNode("CODE EDITOR"));
containerHeading.style.marginTop = "6px";
containerHeading.style.marginBottom = "0px";
containerHeading.style.textAlign = "center";
editorContainer.appendChild(containerHeading);
const editorNameElement = document.createElement("h4");
......
......@@ -140,7 +140,7 @@ body {
.editorContainer {
position: absolute;
text-align: left;
width: 80%;
width: 75%;
border-radius: 12px;
padding: 12px;
box-shadow: 0px 0px 12px darkgray;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment