You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2018/01/26 15:22:06 UTC

[ambari] 01/21: AMBARI-22796. Widget menu goes out of bounds (alexantonenko)

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

ncole pushed a commit to branch branch-feature-AMBARI-21674
in repository https://gitbox.apache.org/repos/asf/ambari.git

commit b21ce0f92dbd9207aa134318eb8d8697124481aa
Author: Alex Antonenko <aa...@hortonworks.com>
AuthorDate: Tue Jan 16 18:00:56 2018 +0300

    AMBARI-22796. Widget menu goes out of bounds (alexantonenko)
---
 ambari-web/app/styles/dashboard.less | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ambari-web/app/styles/dashboard.less b/ambari-web/app/styles/dashboard.less
index 6deb30c..20771b7 100644
--- a/ambari-web/app/styles/dashboard.less
+++ b/ambari-web/app/styles/dashboard.less
@@ -35,6 +35,9 @@
     .add-widgets-text .dropdown-menu {
       overflow: auto;
       width: 210px;
+      left: -100%;
+      margin-left: -12px;
+      top: 0;
     }
     .add-widgets-apply-button {
       margin: 0px 20px 20px 0px;

-- 
To stop receiving notification emails like this one, please contact
ncole@apache.org.