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 2015/07/13 19:09:25 UTC

allura git commit: [#7928] allow wide results to do horizontal scroll

Repository: allura
Updated Branches:
  refs/heads/db/7928 [created] b81ad207a


[#7928] allow wide results to do horizontal scroll


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

Branch: refs/heads/db/7928
Commit: b81ad207a5777ee68e9531c2e85a6b6db5677a8f
Parents: 48d7c56
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Mon Jul 13 17:09:09 2015 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Mon Jul 13 17:09:09 2015 +0000

----------------------------------------------------------------------
 Allura/allura/templates/site_admin_search.html | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/b81ad207/Allura/allura/templates/site_admin_search.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/site_admin_search.html b/Allura/allura/templates/site_admin_search.html
index 108b39b..c43982d 100644
--- a/Allura/allura/templates/site_admin_search.html
+++ b/Allura/allura/templates/site_admin_search.html
@@ -34,9 +34,11 @@
   </div>
 
   {% if objects %}
-    <table>
-      {% include search_results_template %}
-    </table>
+    <div style="overflow:auto; clear:both">
+      <table>
+        {% include search_results_template %}
+      </table>
+    </div>
   {% endif %}
 
   <div class="grid-23">