Merge pull request #634 from CH-122/fix/post-list-content

fix: 帖子描述与参与人员重叠
This commit is contained in:
Tim
2025-08-19 15:47:21 +08:00
committed by GitHub

View File

@@ -550,6 +550,7 @@ const sanitizeDescription = (text) => stripMarkdown(text)
}
.article-item-description {
max-width: 100%;
margin-top: 10px;
font-size: 14px;
color: gray;