MM-64957 - fix autoscroll not working (#33595) (#33603)

Automatic Merge
Этот коммит содержится в:
Mattermost Build
2025-07-31 19:34:00 +03:00
коммит произвёл GitHub
родитель 8f6b6f1d0d
Коммит 5b955468ea

Просмотреть файл

@@ -862,7 +862,7 @@
}
.post__body {
padding: 2px 0;
padding: 2px 0 0 0;
background: transparent !important;
line-height: 1.5;
@@ -1384,7 +1384,7 @@
.post__body {
width: 100%;
padding: 0.2em 0;
padding: 0 0 0.2em;
word-wrap: break-word;
&-reactions-acks {