Truncate bookmark card author line for better presentation

This commit is contained in:
David Darnes 2019-11-13 10:03:40 +00:00
parent 056d76fd1f
commit 7b8c2055a2
1 changed files with 6 additions and 0 deletions

View File

@ -346,6 +346,12 @@
object-fit: cover;
}
.kg-bookmark-author {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.kg-bookmark-publisher::before {
content: "•";
margin: 0 .5em;