Add some margin at the end of the chatlog in HTML

This commit is contained in:
Alexey Golub 2019-03-07 22:15:21 +02:00
parent 6f4d1c3d77
commit adbe544c57

View file

@ -110,6 +110,7 @@ img {
.chatlog { .chatlog {
max-width: 100%; max-width: 100%;
margin-bottom: 24px;
} }
.chatlog__message-group { .chatlog__message-group {