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

ababiichuk 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 6d563b9  AMBARI-24482 Overlapping text in Recommendations in 
Configurations page while UI installer. (ababiichuk)
6d563b9 is described below

commit 6d563b971a730d40ae9b63e60ec2f0abe8701b04
Author: ababiichuk <ababiic...@hortonworks.com>
AuthorDate: Wed Aug 15 15:55:12 2018 +0300

    AMBARI-24482 Overlapping text in Recommendations in Configurations page 
while UI installer. (ababiichuk)
---
 ambari-web/app/styles/application.less | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/ambari-web/app/styles/application.less 
b/ambari-web/app/styles/application.less
index 3f8bd9a..394d94a 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -2180,13 +2180,15 @@ input[type="radio"].align-checkbox, 
input[type="checkbox"].align-checkbox {
     table-layout: fixed;
     td, th {
       &.issue-type-cell {
-        width: 5%;
+        width: 8%;
       }
       &.service-name-cell {
         width: 15%;
       }
       &.property-name-cell {
-        width: 15%;
+        width: 20%;
+        overflow: hidden;
+        overflow-wrap: break-word;
       }
       &.property-value-cell {
         width: 25%;
@@ -2194,7 +2196,7 @@ input[type="radio"].align-checkbox, 
input[type="checkbox"].align-checkbox {
         overflow-wrap: break-word;
       }
       &.property-description-cell {
-        width: 40%;
+        width: 32%;
       }
     }
     tbody{

Reply via email to