fix: added required changes

This commit is contained in:
Siddhant Rai
2024-08-17 14:42:48 +05:30
parent 0afda5dc27
commit 344a8a3887
3 changed files with 66 additions and 23 deletions

View File

@@ -437,7 +437,7 @@ template {
.ellipsis-text {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
}