fix long file name text-overflow

This commit is contained in:
Takeo Tamura
2016-01-07 16:40:44 +09:00
parent a03fc4cf4a
commit 9e313bb2b3
2 changed files with 27 additions and 19 deletions

View File

@@ -831,6 +831,12 @@ table.table-file-list .content-name {
max-width: 180px;
}
table.table-file-list .content-name .content-name-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
table.table-file-list .commit-message {
max-width: 415px;
display: inline-block;