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:
commit
70fe3f96f0
1 changed files with 1 additions and 0 deletions
|
|
@ -465,6 +465,7 @@ body[data-route^="Module"] .main-menu {
|
|||
}
|
||||
.subject, .body {
|
||||
padding: 12px;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue