Repository: ambari Updated Branches: refs/heads/trunk c3f87d413 -> 8356a4e5d
AMBARI-18674. CPU column in the hosts page is too short (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8356a4e5 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8356a4e5 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8356a4e5 Branch: refs/heads/trunk Commit: 8356a4e5d64cf3b12a5dde332d3b6c0cac3d95f2 Parents: c3f87d4 Author: Alex Antonenko <[email protected]> Authored: Tue Oct 25 00:22:48 2016 +0300 Committer: Alex Antonenko <[email protected]> Committed: Tue Oct 25 00:22:48 2016 +0300 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8356a4e5/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index 2519bd6..726bf4f 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -4952,7 +4952,7 @@ ul.list-inline li { } // COMBOBOX FIXES END -@media all and (max-width: 1200px) { +@media all and (max-width: 2560px) { #main-nav { li.col-md-2 { width: 120px;
