1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

[dir view, shared dir view] grid mode: display fold/file names in 2 lines (with ellipsis when it needs) (#6261)

This commit is contained in:
llj
2024-07-12 11:38:23 +08:00
committed by GitHub
parent 10dfe2e47c
commit d74225c21f

View File

@@ -55,8 +55,6 @@
max-width: 100%;
overflow: hidden;
word-break: keep-all;
white-space: nowrap;
text-overflow: ellipsis;
line-height: 17px;
font-size: 14px;
}
@@ -64,6 +62,10 @@
.grid-file-name-link {
color: #212529;
font-size: 0.875rem;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
white-space: pre-wrap;
}
.grid-file-locked-icon {