fix hover menu in files table, break small x-display size

This commit is contained in:
Zlatin Balevsky
2020-03-23 00:29:26 +00:00
parent 9a6a1c8371
commit 2aea965d72

View File

@ -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;
}