Jake Bunce Well-known member Aug 23, 2012 #2 The default style already does a word wrap in that area. You must have changed that attribute somewhere. If you post your forum URL then I can debug your style to find the problem. Upvote 0 Downvote
The default style already does a word wrap in that area. You must have changed that attribute somewhere. If you post your forum URL then I can debug your style to find the problem.
Neil E. Active member Aug 23, 2012 #5 From Message.css, add to EXTRA.css for editing. Change the minimum height. You can match it to the height of your sidebar or whatever you need. .message .messageContent { @property "messageContent"; min-height: 174px; @property "/messageContent"; } Upvote 0 Downvote
From Message.css, add to EXTRA.css for editing. Change the minimum height. You can match it to the height of your sidebar or whatever you need. .message .messageContent { @property "messageContent"; min-height: 174px; @property "/messageContent"; }
Neil E. Active member Aug 23, 2012 #6 Your can also do this in Style Properties>Message Layout>Main Content>Miscellaneous Upvote 0 Downvote