Commit f890018c by vietdo

#16037 Web版 リスト表示でコンテンツ名の表示文字数が少ない

parent 5597b5b3
......@@ -91,7 +91,7 @@ section.sectionhistory .cnt_section_list:hover{
}
.cnt_section_list .text a div.test1{
width: 400px;
width: 300px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
......
......@@ -1377,7 +1377,7 @@ HISTORY.renderContentAfterSort = function(contentSortArr){
+ ' </a>'
+ ' <div class="text">'
+ ' <a id="title' + post.contentid + '" class="name dialog" contentid="' + post.contentid + '">'
+ ' <img class="listIcon" src="' + HEADER.getIconTypeContent(post.contenttype)+'" width="20" height="20">'
+ ' <img class="listIcon" src="' + HEADER.getIconTypeContent(post.contenttype)+'" width="20" height="20" align="left">'
// + COMMON.truncate(COMMON.htmlEncode(post.contenttitle), 20)
+ ' <div class="test1">'+post.contenttitle+'</div>'
+ ' </a>'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment