From ca0e69b47fe12ab93d2447555b4ade1e0b161635 Mon Sep 17 00:00:00 2001 From: Searchstars Date: Mon, 26 Aug 2024 00:19:25 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E7=94=A8=E6=88=B7=E5=90=8D=E6=B0=B8?= =?UTF-8?q?=E8=BF=9C=E4=BC=9A=E5=87=BA=E7=8E=B0=E7=9C=81=E7=95=A5=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Reply/Reply.ux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Reply/Reply.ux b/src/components/Reply/Reply.ux index c0b8320..3330e28 100644 --- a/src/components/Reply/Reply.ux +++ b/src/components/Reply/Reply.ux @@ -74,7 +74,7 @@ export default { .username { font-size: 20px; font-weight: 600; - max-width: 160px; + width: 160px; max-height: 25px; text-overflow: ellipsis; }