You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2018/09/04 17:29:33 UTC

allura git commit: Fix scrollbar issue

Repository: allura
Updated Branches:
  refs/heads/master 5738de09c -> b36b47cb4


Fix scrollbar issue


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/b36b47cb
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/b36b47cb
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/b36b47cb

Branch: refs/heads/master
Commit: b36b47cb407e77e1a5d90c3acaae730cd53cf6cc
Parents: 5738de0
Author: Shalitha Suranga <sh...@gmail.com>
Authored: Mon Sep 3 16:19:19 2018 +0530
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Tue Sep 4 13:29:23 2018 -0400

----------------------------------------------------------------------
 Allura/allura/templates/widgets/post_widget.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/b36b47cb/Allura/allura/templates/widgets/post_widget.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/widgets/post_widget.html b/Allura/allura/templates/widgets/post_widget.html
index aae71e1..657d01c 100644
--- a/Allura/allura/templates/widgets/post_widget.html
+++ b/Allura/allura/templates/widgets/post_widget.html
@@ -136,8 +136,8 @@
 
       <div class="shortlink_popup modal" style="display: none">
         {{ g.icons['close'].render(extra_css='close') }}
-        If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
-        <input type="text" style="width:100%" value="{{shortlink_url}}">
+        <div>If you would like to refer to this comment somewhere else in this project, copy and paste the following link:</div>
+        <input type="text" style="width:100%;" value="{{shortlink_url}}">
       </div>
     </div>
     <ul>