Apply padding and font-weight changes.

This commit is contained in:
Paulo Reis 2017-12-19 10:51:49 +00:00
parent 709a4bf4fb
commit 91d479378b

View file

@ -73,9 +73,10 @@
position: relative; position: relative;
.message-content { .message-content {
padding: @line-height-computed / 2; padding: @chat-message-padding;
overflow-x: auto; overflow-x: auto;
color: @chat-message-color; color: @chat-message-color;
font-weight: @chat-message-weight;
} }
.arrow { .arrow {