Skip to content
Snippets Groups Projects
Commit e3edaddb authored by Fernando K's avatar Fernando K
Browse files

Force editor to not take up too much space

parent a6bf5cc2
Branches
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ value="{{ this.value }}"
</select>
<label>Código-fonte</label>
<div id="editor" style="border: 1px solid grey"></div>
<div id="editor" style="border: 1px solid grey; overflow: hidden"></div>
<textarea id="source-text" name="source_text" style="display: none"></textarea>
<input type="file" id="source-file"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment