Browse Source

dashboard: fix commits CSS

pull/3853/merge
Unknwon 8 years ago
parent
commit
27c4252548
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
  1. 2
      public/css/gogs.css
  2. 2
      public/less/_dashboard.less

2
public/css/gogs.css

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

2
public/less/_dashboard.less

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

Loading…
Cancel
Save