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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user