AMBARI-20457 Dependent Configurations popup: cells with current and recommended value can have different width. (ababiichuk)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d16d18d4 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d16d18d4 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d16d18d4 Branch: refs/heads/branch-feature-AMBARI-12556 Commit: d16d18d456e562feb6099df0c6528ed61e88fdd0 Parents: 3f8ce10 Author: ababiichuk <[email protected]> Authored: Wed Mar 15 13:38:11 2017 +0200 Committer: ababiichuk <[email protected]> Committed: Wed Mar 15 18:21:43 2017 +0200 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d16d18d4/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index 2112c51..7140ad7 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -2318,9 +2318,7 @@ input[type="radio"].align-checkbox, input[type="checkbox"].align-checkbox { } .diff { td { - &.empty { - width: 50%; - } + width: 50%; &.delete { background-color: @diff-background-delete !important; } @@ -2333,6 +2331,7 @@ input[type="radio"].align-checkbox, input[type="checkbox"].align-checkbox { &.not-defined:first-of-type, &.is-removed:last-of-type { background-color: @diff-background-empty; font-style: italic; + word-break: normal; } } }
