Skip to content

Commit

Permalink
bugmash diaspora#1
Browse files Browse the repository at this point in the history
Adding long text before @mention breaks mentioned name highlighting
  • Loading branch information
Dan Hansen committed May 25, 2012
1 parent f19f611 commit 1327e5a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/assets/stylesheets/mentions.css.scss
Expand Up @@ -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;

Expand Down

0 comments on commit 1327e5a

Please sign in to comment.