mirror of
https://github.com/hkalexling/Mango.git
synced 2026-03-20 00:00:48 -04:00
Limit title text height in CSS
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
const truncate = () => {
|
||||
$('.acard .uk-card-title').each((i, e) => {
|
||||
new Dotdotdot(e, {
|
||||
height: 120,
|
||||
$(e).dotdotdot({
|
||||
truncate: 'letter'
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user