mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-05-24 19:47:50 +08:00
Merge pull request #634 from CH-122/fix/post-list-content
fix: 帖子描述与参与人员重叠
This commit is contained in:
@@ -550,6 +550,7 @@ const sanitizeDescription = (text) => stripMarkdown(text)
|
|||||||
}
|
}
|
||||||
|
|
||||||
.article-item-description {
|
.article-item-description {
|
||||||
|
max-width: 100%;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: gray;
|
color: gray;
|
||||||
|
|||||||
Reference in New Issue
Block a user