mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 03:11:07 +00:00
change file path max-height (#3814)
This commit is contained in:
@@ -286,3 +286,20 @@ img[src=""],img:not([src]){ /* for first loading img*/
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.path-container {
|
||||
display: flex;
|
||||
word-break: keep-all;
|
||||
width: 90%;
|
||||
}
|
||||
.path-container a {
|
||||
max-height: 50px;
|
||||
overflow: hidden;
|
||||
text-overflow:ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.path-container span, .path-container a {
|
||||
flex-shrink: 1;
|
||||
}
|
||||
.path-container span:first-child, .path-container span:last-child {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user