You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by rj...@apache.org on 2013/02/22 07:06:32 UTC

svn commit: r1448906 - /incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css

Author: rjollos
Date: Fri Feb 22 06:06:32 2013
New Revision: 1448906

URL: http://svn.apache.org/r1448906
Log:
Refs #384: Control size of ticket comment editor textarea.

Modified:
    incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css

Modified: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css?rev=1448906&r1=1448905&r2=1448906&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css (original)
+++ incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css Fri Feb 22 06:06:32 2013
@@ -285,6 +285,8 @@ pre.wiki {
   display: none;
 }
 
+#trac-comment-editor textarea { width: 100%; }
+
 /* @end */
 
 /* @group Quick Ticket fieldset */