Adding long text before @mention breaks mentioned name highlighting
This commit is contained in:
Dan Hansen 2012-05-24 19:34:39 -07:00
parent f19f6110b1
commit 1327e5a492

View file

@ -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;