Skip to content

Instantly share code, notes, and snippets.

@kitahashiryoichi
Created February 13, 2016 03:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kitahashiryoichi/d0534efb6cbbc84fd2c3 to your computer and use it in GitHub Desktop.
Save kitahashiryoichi/d0534efb6cbbc84fd2c3 to your computer and use it in GitHub Desktop.
説明文を表示したいとき
// issmpの判定を//でコメントアウトして
//if(!issmp){
html = html + '<p class="same-category-entries-entry-summary" >'+ entry.summary +'</p>';
//}
//フォントを小さめに3点リーダー...が表示されるように調整します
.same-category-entries-entry-summary{
margin: 0;
font-size:10px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment