Actions
Bug #264
closedLong links in "Latest Projects" section will overflow
Start date:
2010-09-27
Due date:
% Done:
0%
Estimated time:
0.25 h
Difficulty:
Tags:
Description
In Safari on Mac OS X, on the main page left column, long links overflow the column in which they are located, making for much ugliness.
Modifying the CSS for the site with the following may reduce said ugliness:
#lastes_project {
overflow-x: hidden;
}
See attached screen shot of the link for Latvian l10n.
Files
Updated by Matt Lewandowsky over 12 years ago
- Assignee set to Sergey Generalov
This may be invalidated soon by behind-the-scenes activity. However, in the mean time, it is really annoying. Assigning to Sergey for tracking of issues somehow related to Redmine, however.
Updated by Sergey Generalov over 12 years ago
- Status changed from New to Closed
- Target version set to 1.0
fixed, added overflow property, also I added css property: word-wrap: break-word; which is supported by safari.
Actions