mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
style(card-link): add line clamp and BEM classes
Add BEM class names for easier CSS targeting
This commit is contained in:
@@ -1030,6 +1030,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