AMBARI-20082. Wizard 'Assign Master ' step is showing inconsistent Select view. Additional changes. (akovalenko)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/98f40e32 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/98f40e32 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/98f40e32 Branch: refs/heads/branch-feature-AMBARI-12556 Commit: 98f40e324ed5594384efc8dc8e43fae9ff0a9d34 Parents: 6572b16 Author: Aleksandr Kovalenko <[email protected]> Authored: Thu Feb 23 14:59:22 2017 +0200 Committer: Aleksandr Kovalenko <[email protected]> Committed: Thu Feb 23 15:32:45 2017 +0200 ---------------------------------------------------------------------- ambari-web/app/styles/wizard.less | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/98f40e32/ambari-web/app/styles/wizard.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/wizard.less b/ambari-web/app/styles/wizard.less index 3855c9a..45d9e28 100644 --- a/ambari-web/app/styles/wizard.less +++ b/ambari-web/app/styles/wizard.less @@ -411,11 +411,15 @@ color: #ccc; } .dropdown { - button .selected-item { - width: 95%; - margin-right: 5px; - float: left; - overflow: hidden; + button { + width: 100%; + .selected-item { + width: 95%; + margin-right: 5px; + float: left; + overflow: hidden; + text-overflow: ellipsis; + } } } }
