diff --git a/webui/src/main/css/muwire.css b/webui/src/main/css/muwire.css index 9f1088d9..dbfe6eeb 100644 --- a/webui/src/main/css/muwire.css +++ b/webui/src/main/css/muwire.css @@ -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; }