mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-13 00:45:49 +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 {
|
table.table-file-list .content-name .content-name-truncate {
|
||||||
|
display: inline-block;
|
||||||
|
max-width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table.table-file-list .commit-message {
|
table.table-file-list .commit-message {
|
||||||
|
|||||||
Reference in New Issue
Block a user