Repository: ambari Updated Branches: refs/heads/branch-2.6 9bc450bda -> 61d223a53
AMBARI-21838. Revert Icon Is Cutoff On Stacks and Versions Page (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/61d223a5 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/61d223a5 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/61d223a5 Branch: refs/heads/branch-2.6 Commit: 61d223a530a18c27d3c6aaf7dbf91eeed6ad2892 Parents: 9bc450b Author: Alex Antonenko <[email protected]> Authored: Tue Aug 29 14:14:25 2017 +0300 Committer: Alex Antonenko <[email protected]> Committed: Tue Aug 29 14:14:25 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/61d223a5/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 e1db616..1ec16da 100644 --- a/ambari-web/app/styles/stack_versions.less +++ b/ambari-web/app/styles/stack_versions.less @@ -302,7 +302,7 @@ border: 1px solid #000; font-size: 14px; cursor: pointer; - background: white; + display: inline-block; } .state { margin: 10px 0;
