From 1327e5a492689f071b5948015af560183174156e Mon Sep 17 00:00:00 2001 From: Dan Hansen Date: Thu, 24 May 2012 19:34:39 -0700 Subject: [PATCH] bugmash #1 Adding long text before @mention breaks mentioned name highlighting --- app/assets/stylesheets/mentions.css.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/mentions.css.scss b/app/assets/stylesheets/mentions.css.scss index 48b466555..657a94acb 100644 --- a/app/assets/stylesheets/mentions.css.scss +++ b/app/assets/stylesheets/mentions.css.scss @@ -71,13 +71,14 @@ color: white; font-size: 14px; font-family: Arial, Helvetica, sans-serif; - left: 4px; + left: 0; line-height: normal; overflow: hidden; - padding: 6px 0px 3px; + padding: 4px; position: absolute; right: 0; - top: -2px; + top: 0; + width: 445px; white-space: pre-wrap; word-wrap: break-word;