From cbf3ccf83e048e09f1d49d42fa036a4e7734d75a Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Wed, 5 Apr 2023 12:45:53 +0800 Subject: [PATCH] fix --- styles/globals.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/globals.css b/styles/globals.css index ac8bc9d4..41d9fcd2 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -308,7 +308,8 @@ a.avatar-wrapper { .reply-author-name { font-weight: 500; -/* 最多显示4行文字 */ +} + .p-4-lines { display: -webkit-box; -webkit-box-orient: vertical;