fix hover menu in files table, break small x-display size
This commit is contained in:
@ -137,6 +137,7 @@ div#filesTable table thead th:nth-child(2) {
|
||||
}
|
||||
div#filesTable table tbody td:nth-child(1) {
|
||||
text-overflow: ellipsis;
|
||||
overflow: auto;
|
||||
}
|
||||
div#filesTable table tbody td:nth-child(2) {
|
||||
padding-right: 25px;
|
||||
@ -533,7 +534,7 @@ li.fileTree {
|
||||
display: none;
|
||||
position: absolute;
|
||||
z-index:1;
|
||||
background: white;
|
||||
background: #f5f5f5;
|
||||
padding-left: 20px;
|
||||
width: max-content;
|
||||
}
|
||||
|
Reference in New Issue
Block a user