From f9308ff28d0b221ee6044466148894d831ceb01b Mon Sep 17 00:00:00 2001 From: czaks Date: Sat, 18 Oct 2014 15:45:01 +0200 Subject: [PATCH] fix options.js textareas --- stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index 85909dd0..ac6a2c11 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -821,6 +821,10 @@ div.thread:hover { height: 300px; } +#options_div textarea { + max-width: 100%; +} + #options_close { top: 0px; right: 0px;