Repository: ambari Updated Branches: refs/heads/branch-2.6 0d529b9f2 -> f9f6de142
AMBARI-21815 Repository Version Listing Has Alignment Problems if Display Name is Too Long. (atkach) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f9f6de14 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f9f6de14 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f9f6de14 Branch: refs/heads/branch-2.6 Commit: f9f6de1425958e7242d926f998bcec6c7b94d37e Parents: 0d529b9 Author: Andrii Tkach <[email protected]> Authored: Fri Aug 25 14:41:29 2017 +0300 Committer: Andrii Tkach <[email protected]> Committed: Fri Aug 25 14:41:29 2017 +0300 ---------------------------------------------------------------------- ambari-web/app/styles/stack_versions.less | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f9f6de14/ambari-web/app/styles/stack_versions.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/stack_versions.less b/ambari-web/app/styles/stack_versions.less index 9d21a07..3b7088e 100644 --- a/ambari-web/app/styles/stack_versions.less +++ b/ambari-web/app/styles/stack_versions.less @@ -158,7 +158,7 @@ } .left-menu-table { padding: 10px 0; - margin-top: 136px; + margin-top: 149px; td.service-display-name { border-top: 2px solid #e4e4e4; border-bottom: 2px solid #e4e4e4; @@ -279,8 +279,9 @@ font-weight: 500; font-size: 16px; line-height: 18px; - padding: 5px 5px; - margin-bottom: 0px; + padding: 5px 5px 0 5px; + margin-bottom: 0; + min-height: 36px; } .version-column-show-details { text-align: center;
