Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: moodle.org
-
Labels:None
Description
When displaying my list of personal messages,
the content is condensed to the right:
http://moodle.org/message/index.php?usergroup=unread&id=277253
changing the current CSS code to the following CSS code, fixes it:
.message .messagearea .messagehistory .right {
width:100%;
}