You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ak...@apache.org on 2018/08/09 14:47:57 UTC

[ambari] branch trunk updated: AMBARI-24442. HIVESERVER2 JDBC URL doesn't fit inside block (akovalenko)

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

akovalenko 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 1b20bcd  AMBARI-24442. HIVESERVER2 JDBC URL doesn't fit inside block (akovalenko)
1b20bcd is described below

commit 1b20bcd902f57041b2a20925a713817737ef7547
Author: Aleksandr Kovalenko <ak...@apache.org>
AuthorDate: Thu Aug 9 14:22:11 2018 +0300

    AMBARI-24442. HIVESERVER2 JDBC URL doesn't fit inside block (akovalenko)
---
 ambari-web/app/styles/application.less | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less
index 3f8bd9a..37fd1dc 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -905,6 +905,7 @@ a:focus {
       display: inline-block;
       &.endpoint-value {
         padding-left: 30px;
+        word-break: break-word;
       }
       .clip-board{
         margin-left: 5px;