This is an automated email from the ASF dual-hosted git repository.
atkach pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new e3db41d AMBARI-24578 Quicklinks URL overflow outside the UI box
e3db41d is described below
commit e3db41df1888d1b7f0e524760700cd94ee106d66
Author: Andrii Tkach <[email protected]>
AuthorDate: Fri Aug 31 15:17:09 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 f25297c..2e1c8d8 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -1255,6 +1255,9 @@ a.services-menu-blocks{
display: block;
margin-bottom: 5px;
}
+ h6 {
+ word-break: break-all;
+ }
}
}