Truncated publication and author names in post bookmark

This commit is contained in:
Sanne de Vries 2022-05-25 10:33:11 +02:00
parent 90dfe9f0df
commit 7263d74c15

View File

@ -823,8 +823,18 @@
}
.gh-post-bookmark-site-title {
flex-shrink: 0;
overflow: hidden;
color: var(--darkgrey);
font-weight: 500;
text-overflow: ellipsis;
white-space: nowrap;
}
.gh-post-bookmark-authors {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.gh-post-bookmark-authors:before {
@ -833,8 +843,8 @@
color: var(--darkgrey);
}
.gh-post-bookmark-site-icon,
.gh-post-bookmark-author-image {
.gh-post-bookmark-site-icon {
flex-shrink: 0;
width: 20px;
height: 20px;
margin-right: 6px;