mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
Merge pull request #2714 from ZhenShuo2021/feat/compact
💄 Style(article-link): truncate long summary
This commit is contained in:
@@ -1038,6 +1038,12 @@
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 3;
|
||||
}
|
||||
.line-clamp-5 {
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 5;
|
||||
}
|
||||
.\!block {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user