1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 18:29:23 +00:00

optimize file name in grid view (#6345)

* optimize file name in grid view

* optimize codes
This commit is contained in:
Michael An
2024-07-15 15:13:34 +08:00
committed by GitHub
parent f12358edd1
commit 3f9e071a17
2 changed files with 60 additions and 6 deletions

View File

@@ -54,18 +54,17 @@
display: inline-block;
max-width: 100%;
overflow: hidden;
word-break: keep-all;
line-height: 17px;
font-size: 14px;
height: 34px;
}
.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;
word-wrap: break-word;
word-break: break-all;
}
.grid-file-locked-icon {