You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2016/10/18 15:12:51 UTC

[2/2] fauxton commit: updated refs/heads/master to b253619

making the full database name visible on hover

PR: #788
PR-URL: https://github.com/apache/couchdb-fauxton/pull/788
Reviewed-By: Robert Kowalski <ro...@kowalski.gd>


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

Branch: refs/heads/master
Commit: b253619255e09bc2e4332b8a75049d2503334697
Parents: 0926024
Author: Ryan Millay <ry...@gmail.com>
Authored: Tue Oct 18 10:40:36 2016 -0400
Committer: Robert Kowalski <ro...@apache.org>
Committed: Tue Oct 18 17:12:40 2016 +0200

----------------------------------------------------------------------
 app/addons/documents/components/header-docs-left.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/b2536192/app/addons/documents/components/header-docs-left.jsx
----------------------------------------------------------------------
diff --git a/app/addons/documents/components/header-docs-left.jsx b/app/addons/documents/components/header-docs-left.jsx
index 0db2009..d715a1e 100644
--- a/app/addons/documents/components/header-docs-left.jsx
+++ b/app/addons/documents/components/header-docs-left.jsx
@@ -74,7 +74,7 @@ const HeaderDocsLeft = ({dbName}) => {
       <button type="button" className="faux-header__doc-header-backlink" onClick={() => { FauxtonAPI.navigate('#_all_dbs'); }}>
         <i className="faux-header__doc-header-backlink__icon fonticon fonticon-left-open" />
       </button>
-      <div className="faux-header__doc-header-title flex-fill">
+      <div className="faux-header__doc-header-title flex-fill" title={dbName}>
         {dbName}
       </div>
       <Dropdown id="faux-header__doc-header-left-1">