diff --git a/generate-ballots/index.html b/generate-ballots/index.html index 1cfb348..61e1ea5 100644 --- a/generate-ballots/index.html +++ b/generate-ballots/index.html @@ -32,5 +32,5 @@
- + \ No newline at end of file diff --git a/generate-ballots/style.css b/generate-ballots/style.css index 2addfd1..dad3e91 100644 --- a/generate-ballots/style.css +++ b/generate-ballots/style.css @@ -15,9 +15,10 @@ input[type="file"]{ field-sizing: content; } -textarea#output_text +textarea.output { width: 400px; height: 400px; - + overflow-y: scroll; + resize: none; } \ No newline at end of file