Actions
Bug #3476
closedLayout is broken if text is too long
Description
If text is too long then the layout breaks and results in the tab contents expanding outside of the tab.
https://www.joomlapolis.com/forum/153-professional-member-support/198749-cb-profile-book-width-error
Files
Updated by krileon over 12 years ago
- File 3476.patch 3476.patch added
- Status changed from Assigned to Resolved
- Assignee changed from krileon to beat
- % Done changed from 0 to 100
First issue is the table layout needed to be set to fixed so it respects parent element size restrictions. The second issue is text needs to be wrapped to prevent constant expansion, which is fixed with word-wrap CSS style.
Updated by krileon about 12 years ago
- Status changed from Resolved to Closed
- Assignee changed from beat to krileon
Committed in r2651
Actions