Repository: ambari Updated Branches: refs/heads/branch-2.5 7e28c6b30 -> e30539564
AMBARI-20214. Strange UI behavior on editing property (akovalenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e3053956 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e3053956 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e3053956 Branch: refs/heads/branch-2.5 Commit: e3053956462c628d4de927052e2c77ebe591f15b Parents: 7e28c6b Author: Aleksandr Kovalenko <[email protected]> Authored: Mon Feb 27 20:32:30 2017 +0200 Committer: Aleksandr Kovalenko <[email protected]> Committed: Mon Feb 27 21:44:55 2017 +0200 ---------------------------------------------------------------------- ambari-web/app/styles/config_history_flow.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e3053956/ambari-web/app/styles/config_history_flow.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/config_history_flow.less b/ambari-web/app/styles/config_history_flow.less index 564fd2f..e494956 100644 --- a/ambari-web/app/styles/config_history_flow.less +++ b/ambari-web/app/styles/config_history_flow.less @@ -41,8 +41,11 @@ .dependencies-info-bar-wrapper { z-index: 2; - margin: 0; + margin: 0 0 20px; width: 757px; + .alert { + margin: 0; + } } @media (min-width: 1200px) { .dependencies-info-bar-wrapper {
