You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by rf...@apache.org on 2019/09/30 18:28:00 UTC

[nifi-fds] branch master updated: [NIFI-6495] update drop down menu overlay panel min height

This is an automated email from the ASF dual-hosted git repository.

rfellows pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-fds.git


The following commit(s) were added to refs/heads/master by this push:
     new 3903d6f  [NIFI-6495] update drop down menu overlay panel min height
3903d6f is described below

commit 3903d6f02c8f580d5c066e92fda9430141c0297f
Author: Scott Aslan <sc...@gmail.com>
AuthorDate: Tue Aug 13 12:25:53 2019 -0400

    [NIFI-6495] update drop down menu overlay panel min height
    
    This closes #52.
---
 platform/core/common/styles/_menus.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/platform/core/common/styles/_menus.scss b/platform/core/common/styles/_menus.scss
index 43d8637..4dc705a 100644
--- a/platform/core/common/styles/_menus.scss
+++ b/platform/core/common/styles/_menus.scss
@@ -26,6 +26,7 @@
     body[fds] .mat-menu-panel {
         border-radius: 2px;
         max-width: unset;
+        min-height: 40px;
     }
 
     body[fds] .mat-menu-item {