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:
commit
2f4f5e9449
1 changed files with 4 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue