Repository: ambari Updated Branches: refs/heads/trunk 7cebdebbd -> b9652bd7b
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/b9652bd7 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b9652bd7 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b9652bd7 Branch: refs/heads/trunk Commit: b9652bd7b1ea4d5e04a06f8924399ea8a1c64ea2 Parents: 7cebdeb Author: Andrii Tkach <[email protected]> Authored: Tue Sep 19 17:11:46 2017 +0300 Committer: Andrii Tkach <[email protected]> Committed: Tue Sep 19 17:14:00 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/b9652bd7/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 e22e0dd..9d05d9b 100644 --- a/ambari-web/app/styles/stack_versions.less +++ b/ambari-web/app/styles/stack_versions.less @@ -802,7 +802,7 @@ } .service-name { text-align: left; - min-width: 70px; + min-width: 95px; } } }
