Fixed replication issue - clean up debug

This commit is contained in:
2025-12-23 13:37:51 +08:00
parent cd9734b398
commit b592fa9fdb
3 changed files with 34 additions and 53 deletions

View File

@@ -409,8 +409,22 @@ code {
.bucket-table th:last-child { white-space: nowrap; }
.object-key {
word-break: break-word;
max-width: 32rem;
max-width: 0;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
.object-key .fw-medium {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.object-key .text-muted {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.preview-card { top: 1rem; }