diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index 52281d2..8eba71a 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -832,9 +832,12 @@ } 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 {