Updated Branches: refs/heads/trunk 582bfbcd2 -> 73f1ee079
AMBARI-2614. Popover with config name goes beyond the container. (Andrii Tkach via yusaku) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/73f1ee07 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/73f1ee07 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/73f1ee07 Branch: refs/heads/trunk Commit: 73f1ee079d2ddf8c0b249f768cf5b24c055bd228 Parents: 582bfbc Author: Yusaku Sako <[email protected]> Authored: Wed Jul 10 11:19:48 2013 -0700 Committer: Yusaku Sako <[email protected]> Committed: Wed Jul 10 11:19:48 2013 -0700 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/73f1ee07/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index 1adf2f9..5f07c5c 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -237,6 +237,12 @@ h1 { .popover { z-index: 1050; + min-width: 200px; + max-width: 350px; + width: auto; + .popover-inner { + word-wrap: break-word; + } } .arrow-right {
