kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2012-07-20 04:54 am

[dw-free] Support: widen the 'Reference FAQ' drop-down menu

[commit: http://hg.dwscoalition.org/dw-free/rev/db1baaa9ddac]

http://bugs.dwscoalition.org/show_bug.cgi?id=4511

Widen the width of the FAQ dropdown on the see_request page.

Patch by [personal profile] ninetydegrees.

Files modified:
  • htdocs/support/see_request.bml
--------------------------------------------------------------------------------
diff -r 1bafbd9325bb -r db1baaa9ddac htdocs/support/see_request.bml
--- a/htdocs/support/see_request.bml	Thu Jul 19 21:19:04 2012 -0700
+++ b/htdocs/support/see_request.bml	Thu Jul 19 21:58:03 2012 -0700
@@ -748,7 +748,7 @@
                 $q =~ s/^\s+//;
                 $q =~ s/\s+$//;
                 $q =~ s/\n/ /g;
-                $q = substr( $q, 0, 50 ) . "..." if length( $q ) > 50;
+                $q = substr( $q, 0, 75 ) . "..." if length( $q ) > 75;
                 push @faqlist, ( $faq->faqid, $q );
             }
         }
--------------------------------------------------------------------------------