Repository: ambari Updated Branches: refs/heads/branch-2.6 af80df2ec -> d0d3c49f7
AMBARI-21994 Upgrade history view style issue. (atkach) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d0d3c49f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d0d3c49f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d0d3c49f Branch: refs/heads/branch-2.6 Commit: d0d3c49f707ca0f3d2abf79e330942c2e077cb31 Parents: af80df2 Author: Andrii Tkach <[email protected]> Authored: Tue Sep 19 17:11:46 2017 +0300 Committer: Andrii Tkach <[email protected]> Committed: Tue Sep 19 18:09:10 2017 +0300 ---------------------------------------------------------------------- ambari-web/app/styles/stack_versions.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d0d3c49f/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 97b6245..bea711a 100644 --- a/ambari-web/app/styles/stack_versions.less +++ b/ambari-web/app/styles/stack_versions.less @@ -919,7 +919,7 @@ min-width: 350px; .service-name { text-align: left; - min-width: 70px; + min-width: 95px; } } }
