From d3723b5ceb80167609258a297678355c7c124a30 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 22 Jan 2014 18:24:29 +1100 Subject: [PATCH] BUGFIX: addressees of a pm was in a tiny box --- app/assets/stylesheets/desktop/compose.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/desktop/compose.scss b/app/assets/stylesheets/desktop/compose.scss index 81430a729cb..0f82e35c384 100644 --- a/app/assets/stylesheets/desktop/compose.scss +++ b/app/assets/stylesheets/desktop/compose.scss @@ -4,8 +4,8 @@ @import "common/foundation/mixins"; // hack, this needs to be done cleaner -.private-message input.span8 { - width: 47%; +#private-message-users { + width: 400px; } .composer-popup-container {