diff --git a/webui/src/main/css/muwire.css b/webui/src/main/css/muwire.css index e3c98728..ee82b450 100644 --- a/webui/src/main/css/muwire.css +++ b/webui/src/main/css/muwire.css @@ -411,6 +411,7 @@ div#trustLists table thead th:nth-child(5) { } div#trustLists table tbody td:nth-child(1) { text-overflow: ellipsis; + overflow: auto; } div#trustLists table tbody td:nth-child(2) { padding-right: 40px; @@ -432,6 +433,7 @@ div#trusted table thead th:nth-child(3) { } div#trusted table tbody td:nth-child(1) { text-overflow: ellipsis; + overflow: auto; } div#trusted table tbody td:nth-child(3) { text-align: center; @@ -444,6 +446,7 @@ div#distrusted table thead th:nth-child(3) { } div#distrusted table tbody td:nth-child(1) { text-overflow: ellipsis; + overflow: auto; } div#distrusted table tbody td:nth-child(3) { text-align: center; diff --git a/webui/src/main/js/trustLists.js b/webui/src/main/js/trustLists.js index 11ec2af0..08fdb5dd 100644 --- a/webui/src/main/js/trustLists.js +++ b/webui/src/main/js/trustLists.js @@ -14,8 +14,13 @@ class TrustList { var userLink = new Link(this.user, "displayList", [this.user]) var unsubscribeLink = new Link(_t("Unsubscribe"), "unsubscribe", [this.userB64]) var refreshLink = new Link(_t("Refresh"), "forceUpdate", [this.userB64]) - - var nameHtml = userLink.render() + "" + unsubscribeLink.render() + " " + refreshLink.render() + "" + + var actionsHtml = "