fix: 修复评论区单条评论内容略微截断的问题

- 将 comment-item-text 的 margin-bottom 改为 padding-bottom
- 增加底部间距到 2rem,确保内容不被操作按钮遮挡
This commit is contained in:
2026-01-16 16:06:01 +08:00
parent d4f50ab99f
commit 5aa4fb9c79

View File

@@ -5204,7 +5204,9 @@ html.darkmode .has-thumbnail .related-post-title.clamp {
min-height: 24px;
margin-bottom: 1rem;
margin-bottom: 0;
padding-bottom: 2rem;
overflow-wrap: break-word;