fix long file name text-overflow

This commit is contained in:
Takeo Tamura
2016-01-07 16:54:08 +09:00
parent 9e313bb2b3
commit 63e605d99c

View File

@@ -832,9 +832,12 @@ table.table-file-list .content-name {
}
table.table-file-list .content-name .content-name-truncate {
display: inline-block;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
table.table-file-list .commit-message {