You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by de...@apache.org on 2014/03/19 15:16:33 UTC

couchdb commit: updated refs/heads/2129-config-edit-name to cb8d005

Repository: couchdb
Updated Branches:
  refs/heads/2129-config-edit-name 673100c64 -> cb8d00580


Fix for config modal height


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

Branch: refs/heads/2129-config-edit-name
Commit: cb8d005802cb27ef59390531d1b28d445800aea6
Parents: 673100c
Author: suelockwood <de...@apache.org>
Authored: Wed Mar 19 10:16:29 2014 -0400
Committer: suelockwood <de...@apache.org>
Committed: Wed Mar 19 10:16:29 2014 -0400

----------------------------------------------------------------------
 src/fauxton/assets/less/bootstrap/modals.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/cb8d0058/src/fauxton/assets/less/bootstrap/modals.less
----------------------------------------------------------------------
diff --git a/src/fauxton/assets/less/bootstrap/modals.less b/src/fauxton/assets/less/bootstrap/modals.less
index 8e272d4..ca8f2dc 100644
--- a/src/fauxton/assets/less/bootstrap/modals.less
+++ b/src/fauxton/assets/less/bootstrap/modals.less
@@ -60,7 +60,7 @@
 .modal-body {
   position: relative;
   overflow-y: auto;
-  max-height: 400px;
+  max-height: 600px;
   padding: 15px;
 }
 // Remove bottom margin if need be