From 9716f2c5b1f2f9f1dc7d720886ec451fcb7b84cc Mon Sep 17 00:00:00 2001 From: jetsparrow Date: Tue, 16 Sep 2025 01:35:49 +0300 Subject: [PATCH] style output textarea as class --- generate-ballots/index.html | 2 +- generate-ballots/style.css | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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