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;