BUG-10543 Case Notes: the scroll bar is not enabled with long words.

It was added a horizontal scrollbar to see when some long words, more than 50 characters.
This commit is contained in:
jennylee
2013-01-29 17:11:14 -04:00
parent 439f1736a0
commit ad96e6b5ec

View File

@@ -91,7 +91,7 @@ function openCaseNotesWindow(appUid1, modalSw, appTitle, proUid, taskUid)
'<td class="x-cnotes-label"><img border="0" src="../users/users_ViewPhotoGrid?pUID={USR_UID}" width="40" height="40"/></td>' +
'<td class="x-cnotes-name">'+
'<p class="user-from">{user}</p>'+
'<p class="x-editable x-message">{NOTE_CONTENT}</p> '+
'<p style="width: 260px; overflow-x:auto;", class="x-editable x-message">{NOTE_CONTENT}</p> '+
'<p class="x-editable"><small>'+_('ID_POSTED_AT')+'<i> {NOTE_DATE}</i></small></p>'+
'</td>' +
'</tr>' +