You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2016/07/18 14:07:43 UTC

fauxton commit: updated refs/heads/master to 6036fed

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master a8bbcc2cb -> 6036fed42


Show docs unreachable in jump to docs


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/6036fed4
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/6036fed4
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/6036fed4

Branch: refs/heads/master
Commit: 6036fed42b70e50a2c155918c773ebd6f57cbeda
Parents: a8bbcc2
Author: Garren Smith <ga...@gmail.com>
Authored: Mon Jul 18 11:56:54 2016 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Mon Jul 18 11:56:54 2016 +0200

----------------------------------------------------------------------
 app/addons/documents/assets/less/jumptodoc.less | 1 -
 app/addons/documents/components/actions.js      | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/6036fed4/app/addons/documents/assets/less/jumptodoc.less
----------------------------------------------------------------------
diff --git a/app/addons/documents/assets/less/jumptodoc.less b/app/addons/documents/assets/less/jumptodoc.less
index 778b8ab..947f22c 100644
--- a/app/addons/documents/assets/less/jumptodoc.less
+++ b/app/addons/documents/assets/less/jumptodoc.less
@@ -35,5 +35,4 @@
   min-width: 210px;
   max-width: 450px;
   width: auto;
-  overflow: hidden; /* for 450px max widths, enough is visible not to require scrolling */
 }

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/6036fed4/app/addons/documents/components/actions.js
----------------------------------------------------------------------
diff --git a/app/addons/documents/components/actions.js b/app/addons/documents/components/actions.js
index 3a2e4b9..c6d7135 100644
--- a/app/addons/documents/components/actions.js
+++ b/app/addons/documents/components/actions.js
@@ -18,7 +18,7 @@ export default {
       const query = '?' + $.param({
         startkey: JSON.stringify(id),
         endkey: JSON.stringify(id + "\u9999"),
-        limit: 100
+        limit: 30
       });
 
       const url = FauxtonAPI.urls('allDocs', 'server', database.safeID(), query);