From 32be3caddea0e8daa306a741637695a16c810417 Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Tue, 17 Mar 2026 12:52:30 -0400 Subject: Fix comment overflow on mobile --- static/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/app.css b/static/app.css index e2acb2f..ff4c10a 100644 --- a/static/app.css +++ b/static/app.css @@ -258,6 +258,10 @@ iframe { gap: 1em; } +.comment_zone input { + max-width: 30vw; +} + .markdown_form { margin-left: 2em; margin-right: 2em; -- cgit v1.2.3