Prechádzať zdrojové kódy

dashboard: fix commits CSS

Unknwon 7 rokov pred
rodič
commit
27c4252548
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  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;
 			}
 		}