Repository: ambari Updated Branches: refs/heads/trunk 3a65b4723 -> 65d1b4125
AMBARI-13990. Small width for quick links dropdown (onechiporenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/65d1b412 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/65d1b412 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/65d1b412 Branch: refs/heads/trunk Commit: 65d1b4125d2f5a9bdba726e50eb37bd726bcdef6 Parents: 3a65b47 Author: Oleg Nechiporenko <onechipore...@apache.org> Authored: Fri Nov 20 13:40:41 2015 +0200 Committer: Oleg Nechiporenko <onechipore...@apache.org> Committed: Fri Nov 20 13:40:41 2015 +0200 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/65d1b412/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index 58c5f14..85cf90b 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -2454,7 +2454,7 @@ a:focus { } .dropdown-menu { - width: 170px; + min-width: 170px; } .alert { padding: 0 2px;