fix: Prevent long review text from busting out of the body

This commit is contained in:
Suraj Shetty 2019-10-02 10:45:09 +05:30
parent 63cb27b924
commit acd33a4e50

View file

@ -465,6 +465,7 @@ body[data-route^="Module"] .main-menu {
}
.subject, .body {
padding: 12px;
overflow-wrap: break-word;
}
}