浏览代码

Fix Word break issue in dash

Yoginth 7 年之前
父节点
当前提交
ce59e90811
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      public/css/gitote.css
  2. 1 1
      public/less/_dashboard.less

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