Fixed truncation of publication title in post bookmark

This commit is contained in:
Sanne de Vries 2022-05-25 10:39:00 +02:00
parent 7263d74c15
commit 96a2e016b1

View File

@ -824,6 +824,7 @@
.gh-post-bookmark-site-title {
flex-shrink: 0;
max-width: 362px;
overflow: hidden;
color: var(--darkgrey);
font-weight: 500;