style(scss): 添加溢出隐藏样式
Discourse Theme / ci (push) Failing after 2s

- 在用户内容区域添加 overflow: hidden 样式
- 防止内容超出容器边界显示
This commit is contained in:
2026-02-24 09:23:39 +08:00
parent f6cbd5eccf
commit 14b8fd2048
+1
View File
@@ -63,6 +63,7 @@
margin: 10px 0;
position: relative;
padding: 16px 12px;
overflow: hidden;
}
.user-content{