Browse Source

Increased Font Size in Title of Issue in dashboard

Yoginth 7 years ago
parent
commit
44135dd47c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/user/dashboard/feeds.tmpl

+ 1 - 1
templates/user/dashboard/feeds.tmpl

@@ -98,7 +98,7 @@
 						<span class="text truncate issue title has-emoji">{{index .GetIssueInfos 1}}</span>
 					{{else if eq .GetOpType 10}}
 						<div class="ui segment">
-							<span class="text truncate issue title has-emoji">{{.GetIssueTitle}}</span>
+							<span class="text truncate title has-emoji">{{.GetIssueTitle}}</span>
 							<p class="text light grey has-emoji feeds issue">{{index .GetIssueInfos 1}}</p>
 						</div>
 					{{else if eq .GetOpType 11}}