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

akovalenko pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 7b6c3bc  AMBARI-24145. Ambari Master selection page breaks when you 
have large number of hosts (akovalenko)
7b6c3bc is described below

commit 7b6c3bcf7950dcb5f6deaae6c72c1ba78b47b540
Author: Aleksandr Kovalenko <akovale...@apache.org>
AuthorDate: Tue Jun 19 15:15:30 2018 +0300

    AMBARI-24145. Ambari Master selection page breaks when you have large 
number of hosts (akovalenko)
---
 ambari-web/app/styles/wizard.less | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/ambari-web/app/styles/wizard.less 
b/ambari-web/app/styles/wizard.less
index 19aa4ba..b745c0a 100644
--- a/ambari-web/app/styles/wizard.less
+++ b/ambari-web/app/styles/wizard.less
@@ -504,6 +504,12 @@
 
 /*assign masters*/
 
+#assign-masters {
+  .panel {
+    overflow-y: auto;
+  }
+}
+
 .assign-masters {
   .select-hosts {
     white-space: nowrap;

Reply via email to