From 6bcc44e01e4e4b460ac80d3f5ea8e8f2c4943f0d Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Mon, 16 Dec 2019 14:32:44 +0000 Subject: [PATCH] align comment textarea to the right --- webui/src/main/js/filesTable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/src/main/js/filesTable.js b/webui/src/main/js/filesTable.js index d7b82273..4b4e2224 100644 --- a/webui/src/main/js/filesTable.js +++ b/webui/src/main/js/filesTable.js @@ -19,7 +19,7 @@ class SharedFile { var showCommentHtml = "" var showCommentLink = new Link(_t("Comment"), "showCommentForm", [this.path]) showCommentHtml = "" + showCommentLink.render() + "" - var commentDiv = "
" + var commentDiv = "
" var fetchLink = "" + _t("Fetch") + "" var html = this.name + "
" + unshareLink.render() + " " + fetchLink + " " + showCommentHtml + " " + certifyHtml + "
"