Fix linewrapping on profile-box
This commit is contained in:
parent
2bd6a207ba
commit
0fdf064904
2 changed files with 2 additions and 2 deletions
|
|
@ -105,7 +105,7 @@ function formatUserlistItem(div) {
|
|||
var top = ev.clientY + 5// - name.position().top;
|
||||
var left = ev.clientX;
|
||||
profile = $("<div/>")
|
||||
.addClass("profile-box")
|
||||
.addClass("profile-box linewrap")
|
||||
.css("top", top + "px")
|
||||
.css("left", left + "px")
|
||||
.appendTo(div);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue