mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Fix space issue
This commit is contained in:
parent
49e7b7e8ab
commit
9be0b616d6
@ -68,7 +68,7 @@ ComunicWeb.pages.conversations.conversation = {
|
||||
appendTo: boxHeader,
|
||||
type: "span",
|
||||
class: "box-title",
|
||||
innerHTML: "<i class='fa fa-comments'></i> ",
|
||||
innerHTML: "<i class='fa fa-comments'></i> ",
|
||||
ondblclick: () => openConversation(convID, false)
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user