Merge branch 'cubdesign-name-truncate'

This commit is contained in:
Naoki Takezoe
2016-01-16 14:18:12 +09:00
2 changed files with 20 additions and 17 deletions

View File

@@ -829,6 +829,9 @@ table.table-file-list .file-icon {
table.table-file-list .content-name {
max-width: 180px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
table.table-file-list .commit-message {