From 2aea965d72c79aa7bdd54f2c4491e5973607e8a4 Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Mon, 23 Mar 2020 00:29:26 +0000 Subject: [PATCH] fix hover menu in files table, break small x-display size --- webui/src/main/css/muwire.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }