| Project: | Marine Theme |
| Version: | 1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | phpfreak |
| Status: | closed - fixed |
Jump to:
Description
in right sidebar when using long name, text gone out div
in public/assets/themes/marine/stylesheets/general/construction.css
insert in id #sidebar li
width:160px;
word-wrap:break-word;
like :
#sidebar li {
padding:2px 0;
width:160px;
word-wrap:break-word;
}
Accepted into 0.9