0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Fixed style for bookmark card publisher field

no refs.
This commit is contained in:
Peter Zimon 2019-08-27 20:38:42 +02:00
parent d422a57eb2
commit f1e9cc37f9

View file

@ -891,6 +891,12 @@
.kg-bookmark-publisher { .kg-bookmark-publisher {
color: var(--blue); color: var(--blue);
text-overflow: ellipsis;
overflow: hidden;
max-width: 240px;
white-space: nowrap;
display: block;
line-height: 1.0em;
} }