فهرست منبع

dashboard: fix commits CSS

Unknwon 7 سال پیش
والد
کامیت
27c4252548
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      public/css/gogs.css
  2. 1 1
      public/less/_dashboard.less

+ 1 - 1
public/css/gogs.css

@@ -2914,7 +2914,7 @@ footer .ui.language .menu {
   margin-bottom: -2px;
 }
 .feeds .news .push.news .content ul .text.truncate {
-  width: 80%;
+  width: 60%;
   margin-bottom: -5px;
 }
 .feeds .news .commit-id {

+ 1 - 1
public/less/_dashboard.less

@@ -78,7 +78,7 @@
 				margin-bottom: -2px;
 			}
 			.text.truncate {
-				width: 80%;
+				width: 60%;
 				margin-bottom: -5px;
 			}
 		}