From 8bbb1faf880fed184681822210c1080bdbfabbbf Mon Sep 17 00:00:00 2001 From: OpenIhu Date: Tue, 31 May 2022 15:30:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96#2038=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=8D=E8=B6=85=E9=95=BF=E6=97=B6=E8=B6=85=E5=87=BA=E8=8C=83?= =?UTF-8?q?=E5=9B=B4=E7=9C=81=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/user/dashboard/feeds.tmpl | 2 +- web_src/less/_dashboard.less | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/user/dashboard/feeds.tmpl b/templates/user/dashboard/feeds.tmpl index 171287acb..060aa4efd 100755 --- a/templates/user/dashboard/feeds.tmpl +++ b/templates/user/dashboard/feeds.tmpl @@ -6,7 +6,7 @@
-

+

{{if gt .ActUser.ID 0}} {{.GetDisplayName}} {{else}} diff --git a/web_src/less/_dashboard.less b/web_src/less/_dashboard.less index fbc40980a..c78179d45 100644 --- a/web_src/less/_dashboard.less +++ b/web_src/less/_dashboard.less @@ -82,6 +82,10 @@ line-height: 1.2; + p { + max-width: 100%; + } + > .ui.grid { margin-left: auto; margin-right: auto;