Merge pull request #3315 from OhaiBBQ/bugmash-one

BMM #1, Adding long text before @mention breaks mentioned name highlighting [ci skip]
This commit is contained in:
Maxwell Salzberg 2012-05-24 20:15:57 -07:00
commit 2f4f5e9449

View file

@ -71,13 +71,14 @@
color: white; color: white;
font-size: 14px; font-size: 14px;
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
left: 4px; left: 0;
line-height: normal; line-height: normal;
overflow: hidden; overflow: hidden;
padding: 6px 0px 3px; padding: 4px;
position: absolute; position: absolute;
right: 0; right: 0;
top: -2px; top: 0;
width: 445px;
white-space: pre-wrap; white-space: pre-wrap;
word-wrap: break-word; word-wrap: break-word;