collapse text after 700 chars or 5 line breaks

Этот коммит содержится в:
Florian Orben
2015-10-31 04:46:35 +01:00
родитель d3ed791ab5
Коммит 4b6eb56415
2 изменённых файлов: 60 добавлений и 2 удалений

Просмотреть файл

@@ -645,6 +645,9 @@ body.ios {
width: 100%;
}
}
.attachment__text p:last-of-type {
display: inline-block;
}
.attachment__thumb-pretext {
margin-left: 5px;
}