Commit 53985446 by vietdo

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

parent 8973c8f5
...@@ -87,7 +87,9 @@ section.sectionhistory .cnt_section_list:hover{ ...@@ -87,7 +87,9 @@ section.sectionhistory .cnt_section_list:hover{
.cnt_section_list .text a.name{ .cnt_section_list .text a.name{
color: #37648C; color: #37648C;
font-size: 18px; font-size: 18px;
font-size: 12px; font-size: 16px;
display:inline-block;
display: -ms-inline-grid;
} }
.cnt_section_list .text a div.test1{ .cnt_section_list .text a div.test1{
...@@ -97,6 +99,7 @@ section.sectionhistory .cnt_section_list:hover{ ...@@ -97,6 +99,7 @@ section.sectionhistory .cnt_section_list:hover{
-o-text-overflow: ellipsis; -o-text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
width: 600px; width: 600px;
margin-left: 30px;
} }
.cnt_section_list .text a.name img .cnt_section_list .text a.name img
......
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