mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
feat: add support for compactSummary option in article shortcode
This commit is contained in:
@@ -1028,6 +1028,12 @@ body.zen-mode-enable {
|
||||
height: 8px;
|
||||
}
|
||||
}
|
||||
.line-clamp-3 {
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 3;
|
||||
}
|
||||
.\!block {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user