AMBARI-18707. Css improvement: Error tooltip context doesn't fit tooltip view on install Step1 (alexantonenko)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/00ce02a5 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/00ce02a5 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/00ce02a5 Branch: refs/heads/branch-feature-AMBARI-18634 Commit: 00ce02a5f0786f827e308edc28b8aa3810ad7468 Parents: 039562c Author: Alex Antonenko <[email protected]> Authored: Wed Oct 26 22:02:18 2016 +0300 Committer: Alex Antonenko <[email protected]> Committed: Thu Oct 27 02:53:07 2016 +0300 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/00ce02a5/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index d65ca9d..a33b6bb 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -70,6 +70,11 @@ select.form-control { display: inline-block; } +// Override bootstrap class to ensure that popover content will fit to popover window +.popover-content { + word-break: break-word; +} + #wrapper { min-height: 100%; }
