wbTeamPro Feature Request & Bug Tracker - wbTeamPro
View Issue Details
0000025wbTeamPro[All Projects] Bugspublic2017-01-30 09:312015-01-25 00:00
webuddha 
webuddha 
normalminorsometimes
Implementedfixed 
v1.7.5 
v1.7.6 
0000025: Client Side Template Width
Client side will blow out width of template when project / action names are longer than allotted space - need to formulate a method for wrapping.
No tags attached.
Issue History
2011-07-11 13:03webuddhaNew Issue
2011-07-11 13:03webuddhaStatusNew => In Progress
2011-07-11 13:03webuddhaAssigned To => webuddha
2011-07-11 13:08webuddhaNote Added: 0000013
2011-07-11 13:09webuddhaStatusIn Progress => Implemented
2011-07-11 13:09webuddhaApplied to Version => v1.7.6

Notes
(0000013)
webuddha   
2011-07-11 13:08   
Removing white-space nowrap in next version - long titles will wrap in action list.

/{whmcs}/AddOns/_wbteampro_/inc/style.css

#wbteampro .datatable tr.action td.name > div {
  white-space: nowrap;
}