Skip to content

Commit adb5754

Browse files
Editor width 100%
1 parent 442af27 commit adb5754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydojo/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h3>Problem: Sum of 1 to n</h3>
7676
</p>
7777
<form>
7878
<!-- TODO stop caching of textarea contents when problem changes? -->
79-
<textarea id="yourcode" cols="40" rows="10">
79+
<textarea id="yourcode" rows="10" style="width: 100%;">
8080
def sum_to(n):
8181
# Your code goes here
8282

0 commit comments

Comments
 (0)