mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Fixed truncation of publication title in post bookmark
This commit is contained in:
parent
7263d74c15
commit
96a2e016b1
1 changed files with 1 additions and 0 deletions
|
@ -824,6 +824,7 @@
|
||||||
|
|
||||||
.gh-post-bookmark-site-title {
|
.gh-post-bookmark-site-title {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
max-width: 362px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
color: var(--darkgrey);
|
color: var(--darkgrey);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
Loading…
Add table
Reference in a new issue