1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Add max-width to commit message of repo-files-table

This commit is contained in:
Tony Tsang
2015-01-05 12:07:50 +08:00
parent d5c6b53571
commit 9f4e584122
2 changed files with 8 additions and 0 deletions

View File

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