Commit 7feab35a authored by JC Brand's avatar JC Brand

CSS fix. Nickname gets cut off in /me message

parent dedede56
......@@ -11905,6 +11905,8 @@ body.converse-fullscreen {
#conversejs .message.chat-msg--action {
font-style: italic; }
#conversejs .message.chat-msg--action .chat-msg__author {
padding-right: 0.2em; }
#conversejs .message.chat-msg {
display: inline-flex;
......
......@@ -65,6 +65,10 @@
}
&.chat-msg--action {
font-style: italic;
.chat-msg__author {
padding-right: 0.2em;
}
}
&.chat-msg {
......
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