<%=Util._t("Trusted Users")%>
" + Util._t("You can subscribe to the trust lists of the users
diff --git a/webui/src/main/css/muwire.css b/webui/src/main/css/muwire.css index ad718755..e3c98728 100644 --- a/webui/src/main/css/muwire.css +++ b/webui/src/main/css/muwire.css @@ -383,6 +383,7 @@ div#trustedUsers table tbody td:nth-child(3) { } div#trustedUsers table tbody td:nth-child(1) { text-overflow: ellipsis; + overflow: auto; } div#trustedUsers table tbody td:nth-child(3) { text-align: center; @@ -390,6 +391,7 @@ div#trustedUsers table tbody td:nth-child(3) { div#distrustedUsers table tbody td:nth-child(1) { text-overflow: ellipsis; + overflow: auto; } div#distrustedUsers table thead th:nth-child(2) { width: 300px; diff --git a/webui/src/main/js/trustUsers.js b/webui/src/main/js/trustUsers.js index d269cfb2..0a440fa3 100644 --- a/webui/src/main/js/trustUsers.js +++ b/webui/src/main/js/trustUsers.js @@ -12,19 +12,18 @@ class Persona { getMapping(trusted) { var mapping = new Map() var nameHtml = this.user + nameHtml += "