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:
parent
d422a57eb2
commit
f1e9cc37f9
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue