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

[ambari] 03/03: AMBARI-24122 added correct format of the rule

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

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

commit 497ec4d525ee84ba999246ef961b535d6d94048d
Author: Srikanth Janardhan <sj...@hortonworks.com>
AuthorDate: Thu Jun 28 13:16:20 2018 +0530

    AMBARI-24122 added correct format of the rule
---
 ambari-web/app/styles/bootstrap_overrides.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-web/app/styles/bootstrap_overrides.less b/ambari-web/app/styles/bootstrap_overrides.less
index 0e34d9c..9243ef6 100644
--- a/ambari-web/app/styles/bootstrap_overrides.less
+++ b/ambari-web/app/styles/bootstrap_overrides.less
@@ -439,7 +439,7 @@ select.form-control {
 .navigation-bar-container.collapsed ul.nav.side-nav-footer li ul.sub-menu {
   padding: 5px 0;
   background-color: #323544;
-  max-height: calc(100% - 100px);
+  max-height: ~"calc(100% - 100px)";
   overflow-y: scroll;
 }