diff --git a/services/web/public/stylesheets/app/editor/chat.less b/services/web/public/stylesheets/app/editor/chat.less index 1f24f2e4b0..6a08cfc304 100644 --- a/services/web/public/stylesheets/app/editor/chat.less +++ b/services/web/public/stylesheets/app/editor/chat.less @@ -73,9 +73,10 @@ position: relative; .message-content { - padding: @line-height-computed / 2; + padding: @chat-message-padding; overflow-x: auto; color: @chat-message-color; + font-weight: @chat-message-weight; } .arrow {