Skip to content

Commit

Permalink
Merge pull request gogs#830 from TonyTsangHK/dev
Browse files Browse the repository at this point in the history
Add max-width to commit message of repo-files-table
  • Loading branch information
unknwon committed Jan 5, 2015
2 parents 13e3539 + 9f4e584 commit 9e61ec3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/ng/css/gogs.css
Original file line number Diff line number Diff line change
Expand Up @@ -1250,6 +1250,9 @@ The register and sign-in page style
color: #428BCA;
text-decoration: underline;
}
#repo-files-table td.message .text-truncate {
max-width: 360px;
}
#repo-files-table tbody {
background-color: #FFF;
}
Expand Down
5 changes: 5 additions & 0 deletions public/ng/less/gogs/repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,11 @@
color: #428BCA;
text-decoration: underline;
}
td.message {
.text-truncate {
max-width: 360px;
}
}
tbody {
background-color: #FFF;
tr:hover {
Expand Down

0 comments on commit 9e61ec3

Please sign in to comment.