HuseyinKogo This works fine for me
.Pages-container {
max-width: 820px;
white-space: inherit;
}
However, it's possible it's being overridden by another style, so try
.Pages-container {
max-width: 820px;
white-space: normal !important;
}
Let me know how you get on