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 <[email protected]>
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 {