diff --git a/src/as/com/threerings/flex/ChatInput.as b/src/as/com/threerings/flex/ChatInput.as index 2d49a2cf..13599199 100644 --- a/src/as/com/threerings/flex/ChatInput.as +++ b/src/as/com/threerings/flex/ChatInput.as @@ -19,7 +19,7 @@ public class ChatInput extends TextInput public function ChatInput () { styleName = "chatInput"; - width = 175; + width = 147; } override protected function focusInHandler (event :FocusEvent) :void