fix the source area size

This commit is contained in:
JFH
2020-12-22 08:50:35 +01:00
parent ed6651878a
commit 434b7c1523
2 changed files with 5 additions and 22 deletions

View File

@@ -38,7 +38,11 @@ template.innerHTML = `
#svg_source_editor #svg_source_textarea {
padding: 5px;
font-size: 12px;
}
min-height: 200px;
width: 95%;
height: 95%;
}
#svg_source_editor #tool_source_back {
text-align: left;
margin: 5px 10px;