From 893f22b3ff795de9d8202288bf2960995cc41f47 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 13 Oct 2022 01:38:47 +0200 Subject: fix: set textarea max-width for MobileFrontend --- resources/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'resources') diff --git a/resources/style.css b/resources/style.css index a9ded0f..b602633 100644 --- a/resources/style.css +++ b/resources/style.css @@ -1,3 +1,7 @@ .uncounted-vote { color: #777; } + +.vote-comment-textarea { + max-width: 100%; /* fix for MobileFrontend */ +} -- cgit v1.2.3