Merge pull request #8534 from surajshetty3416/fix-style-review-popover

fix: Prevent long review text from busting out of the body
This commit is contained in:
mergify[bot] 2019-10-02 05:55:32 +00:00 committed by GitHub
commit 70fe3f96f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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