add margin to widgets and add item template to PyList

This commit is contained in:
Fabio Pliger
2022-04-20 18:17:58 -05:00
parent 40c58c3cf1
commit 7c71ba6fde
3 changed files with 58 additions and 53 deletions

View File

@@ -98,7 +98,7 @@ export class PyRepl extends BaseEvalElement {
})
let mainDiv = document.createElement('div');
addClasses(mainDiv, ["parentBox", "group", "flex", "flex-col", "mt-2", "border-2", "border-gray-200", "rounded-lg"])
addClasses(mainDiv, ["parentBox", "group", "flex", "flex-col", "mt-2", "border-2", "border-gray-200", "rounded-lg", "mx-8"])
// add Editor to main PyScript div
// Butons DIV