comments.comments-area {
padding: 0px 10px;
max-width: min(100%,var(--container-max-width,1140px));
margin: 0 auto;
}
I got the same error and fixed it with additional CSS in the template. I used the hello theme. Maybe it works the same way on your theme. Hope I could help.