mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-13 17:05:50 +01:00
fix long file name text-overflow
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user