You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by at...@apache.org on 2018/08/31 15:58:32 UTC

[ambari] branch branch-2.7 updated: AMBARI-24578 Quicklinks URL overflow outside the UI box

This is an automated email from the ASF dual-hosted git repository.

atkach pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 6ccb8e6  AMBARI-24578 Quicklinks URL overflow outside the UI box
6ccb8e6 is described below

commit 6ccb8e6d314d1429802dc06d11513df0169ccff8
Author: Andrii Tkach <at...@apache.org>
AuthorDate: Fri Aug 31 15:29:56 2018 +0300

    AMBARI-24578 Quicklinks URL overflow outside the UI box
---
 ambari-web/app/styles/application.less | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less
index 3424b8c..efec846 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -1254,6 +1254,9 @@ a.services-menu-blocks{
       display: block;
       margin-bottom: 5px;
     }
+    h6 {
+      word-break: break-all;
+    }
   }
 }