summaryrefslogtreecommitdiff
path: root/rt/etc
diff options
context:
space:
mode:
authorivan <ivan>2009-07-12 23:22:06 +0000
committerivan <ivan>2009-07-12 23:22:06 +0000
commita404926bbec025159de0611ce95783488a8bd241 (patch)
tree5ea1765c7d659f551bc3d7a9b24790657facd20a /rt/etc
parent8517a04eae51c3964f88bf4b72211ff4a763d8b0 (diff)
resolve style weirdness (fallout from RT integration), especially non-fixed-width comment boxes, menu/searchbar differences, RT#1169
Diffstat (limited to 'rt/etc')
-rw-r--r--rt/etc/RT_SiteConfig.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/rt/etc/RT_SiteConfig.pm b/rt/etc/RT_SiteConfig.pm
index c3d6a66ce..7a6f40735 100644
--- a/rt/etc/RT_SiteConfig.pm
+++ b/rt/etc/RT_SiteConfig.pm
@@ -49,4 +49,6 @@ $RT::QuickCreateLong = 0; #set to true to cause quick ticket creation to
#redirect to the "long" ticket creation screen
#instead of just creating a ticket with the subject.
+Set($MessageBoxWidth , 80);
+
1;