Forráskód Böngészése

Merge branch 'master' of gitote.in:gitote/gitote

Yoginth 7 éve
szülő
commit
6e0598b8e3

+ 1 - 1
public/css/gitote.css

@@ -3725,7 +3725,7 @@ footer .ui.language .menu {
   margin-bottom: -5px;
 }
 .feeds .issue {
-  word-break: break-all;
+  word-break: break-all !important;
   font-size: 13px !important;
 }
 .ui.grid > [class*="fifteen wide"].column {

+ 1 - 1
public/less/_dashboard.less

@@ -246,7 +246,7 @@
 
 .feeds {
 	.issue {
-		word-break: break-all;
+		word-break: break-all !important;
 		font-size: 13px !important;
 	}
 }

+ 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}}