diff options
Diffstat (limited to 'resources/style.css')
-rw-r--r-- | resources/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ +} |