Commit 3a9ff038 authored by JC Brand's avatar JC Brand

Fixes #1733

parent 7002e47b
......@@ -27,6 +27,7 @@
text-overflow: ellipsis;
display: block;
height: 45px;
width: 9em;
}
a.restore-chat {
......@@ -59,6 +60,7 @@
margin-bottom: 0.2em;
box-shadow: 1px 3px 5px 3px rgba(0, 0, 0, 0.4);
width: 100%;
max-width: 9em;
}
&.minimized {
height: auto;
......
......@@ -398,7 +398,6 @@ converse.plugins.add('converse-minimize', {
'title': this.model.getDisplayName()
});
this.el.innerHTML = tpl_trimmed_chat(data);
this.setElement(this.el.firstElementChild);
return this.el;
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment