From: Sarven Capadisli Date: Thu, 15 Oct 2009 12:47:59 +0000 (+0000) Subject: Changed textarea @cols value for smaller screens X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=94c7b2b43ab04c94e85bc276e6ee9bd59d424984;p=quix0rs-gnu-social.git Changed textarea @cols value for smaller screens --- diff --git a/plugins/MobileProfile/MobileProfilePlugin.php b/plugins/MobileProfile/MobileProfilePlugin.php index eba460ed6d..4bbdb3541c 100644 --- a/plugins/MobileProfile/MobileProfilePlugin.php +++ b/plugins/MobileProfile/MobileProfilePlugin.php @@ -350,7 +350,7 @@ class MobileProfilePlugin extends WAP20Plugin } $form->out->element('textarea', array('id' => 'notice_data-text', - 'cols' => 35, + 'cols' => 15, 'rows' => 4, 'name' => 'status_textarea'), ($form->content) ? $form->content : '');