Avoid linebreak after author name

This commit is contained in:
JC Brand 2018-09-19 16:10:18 +02:00
parent 505df62eab
commit 31374a78bc
2 changed files with 0 additions and 2 deletions

View File

@ -10875,7 +10875,6 @@ body.reset {
padding-bottom: 0.25rem;
display: block; }
#conversejs .message.chat-msg .chat-msg__heading .chat-msg__author {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

View File

@ -209,7 +209,6 @@
display: block;
.chat-msg__author {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;