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 2017/01/19 18:11:27 UTC

fauxton commit: updated refs/heads/master to a6f775d

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 37ee3ad58 -> a6f775d43


disabling overflow for notification div


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

Branch: refs/heads/master
Commit: a6f775d43847c3683f7287f3d7a7dd23539ebd1d
Parents: 37ee3ad
Author: Ryan Millay <ry...@gmail.com>
Authored: Wed Jan 18 13:50:04 2017 -0500
Committer: Garren Smith <ga...@gmail.com>
Committed: Thu Jan 19 20:10:58 2017 +0200

----------------------------------------------------------------------
 assets/less/notification-center.less | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/a6f775d4/assets/less/notification-center.less
----------------------------------------------------------------------
diff --git a/assets/less/notification-center.less b/assets/less/notification-center.less
index 657c2bd..07935b3 100644
--- a/assets/less/notification-center.less
+++ b/assets/less/notification-center.less
@@ -146,6 +146,9 @@ body #dashboard #notification-center-btn {
         p {
           margin-bottom: 0;
         }
+        div.flex-body {
+          overflow: hidden;
+        }
       }
       .fonticon {
         font-size: 15px;