Authored by jinhu.tung

two line clamp and ellipse

... ... @@ -73,6 +73,11 @@ $hoverColor: #379ed6;
width: 234px;
word-wrap: break-word;
margin-bottom: 13px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-height: 1.3em;
overflow: hidden;
}
.size {
... ...