Active
Project:
Arthemia
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2010 at 12:14 UTC
Updated:
25 Feb 2010 at 12:15 UTC
word-wrap:break-word;
needs to be added to sidebar content to prevent text from exceeding the 300px limit.
See attached screenshot.
| Comment | File | Size | Author |
|---|---|---|---|
| ScreenShot057.jpg | 18.02 KB | HS |
Comments
Comment #1
HS commentedAdding the following to your CSS should fix it, no?
#sidebar .content {
font-size:1.2em;
line-height:1.3;
word-wrap:break-word;