forked from abner/for-legacy-web
Added line clamp to embed descriptions
parent
586b153eb8
commit
9ff0ce789a
|
|
@ -80,8 +80,8 @@
|
|||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
white-space: pre-wrap;
|
||||
// -webkit-line-clamp: 6;
|
||||
// -webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 6;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
.footer {
|
||||
|
|
|
|||
Loading…
Reference in New Issue