Fix blockquote and image edge cases in comment previews (#19428)
This commit is contained in:
parent
438d09080b
commit
314f9eed56
1 changed files with 8 additions and 0 deletions
|
|
@ -54,6 +54,14 @@
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
li > img {
|
||||
display: block;
|
||||
max-height: 90px;
|
||||
}
|
||||
blockquote {
|
||||
border-left: 4px solid var(--base-20);
|
||||
padding-left: var(--su-2);
|
||||
}
|
||||
}
|
||||
.crayons-comment__readmore {
|
||||
color: var(--base-80);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue