This commit is contained in:
2023-07-13 02:03:40 +03:00
parent 8b9351e3f7
commit 4f613f492e
3 changed files with 62 additions and 9 deletions

View File

@ -727,7 +727,7 @@
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
@ -755,7 +755,7 @@
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}