mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Apply padding and font-weight changes.
This commit is contained in:
parent
709a4bf4fb
commit
91d479378b
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue