Truncate bookmark card author line for better presentation
This commit is contained in:
parent
056d76fd1f
commit
7b8c2055a2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue