You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by pi...@apache.org on 2022/04/26 11:02:10 UTC

[atlas] branch branch-2.0 updated: ATLAS-4585 : (UI)Incorrect hyphenation of words in property description field

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

pinal pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 07a85b169 ATLAS-4585 : (UI)Incorrect hyphenation of words in property description field
07a85b169 is described below

commit 07a85b16946595b652a689963ed2597d82776d22
Author: Farhan Khan <fa...@cloudera.com>
AuthorDate: Thu Apr 21 15:25:14 2022 +0530

    ATLAS-4585 : (UI)Incorrect hyphenation of words in property description field
    
    Signed-off-by: Pinal Shah <pi...@freestoneinfotech.com>
    (cherry picked from commit 59480f3829b04d50a00fb62d763bb8438a2d433c)
---
 dashboardv2/public/css/scss/common.scss | 1 +
 dashboardv2/public/css/scss/table.scss  | 2 +-
 dashboardv3/public/css/scss/common.scss | 1 +
 dashboardv3/public/css/scss/table.scss  | 2 +-
 4 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dashboardv2/public/css/scss/common.scss b/dashboardv2/public/css/scss/common.scss
index 5e7ffef67..2fb6a3a79 100644
--- a/dashboardv2/public/css/scss/common.scss
+++ b/dashboardv2/public/css/scss/common.scss
@@ -122,6 +122,7 @@ pre {
 
         position: relative;
         overflow: hidden;
+        word-break: break-word;
 
         &.shrink {
             height: 112px;
diff --git a/dashboardv2/public/css/scss/table.scss b/dashboardv2/public/css/scss/table.scss
index 121769b18..f59c096fc 100644
--- a/dashboardv2/public/css/scss/table.scss
+++ b/dashboardv2/public/css/scss/table.scss
@@ -277,7 +277,7 @@ td {
     pre.scroll-y {
         max-height: 200px;
         overflow-y: auto;
-        word-break: break-all;
+        word-break: break-word;
     }
 
     &.searchTableName {
diff --git a/dashboardv3/public/css/scss/common.scss b/dashboardv3/public/css/scss/common.scss
index c13c47c20..036d2cfcc 100644
--- a/dashboardv3/public/css/scss/common.scss
+++ b/dashboardv3/public/css/scss/common.scss
@@ -122,6 +122,7 @@ pre {
 
         position: relative;
         overflow: hidden;
+        word-break: break-word;
 
         &.shrink {
             height: 112px;
diff --git a/dashboardv3/public/css/scss/table.scss b/dashboardv3/public/css/scss/table.scss
index 121769b18..f59c096fc 100644
--- a/dashboardv3/public/css/scss/table.scss
+++ b/dashboardv3/public/css/scss/table.scss
@@ -277,7 +277,7 @@ td {
     pre.scroll-y {
         max-height: 200px;
         overflow-y: auto;
-        word-break: break-all;
+        word-break: break-word;
     }
 
     &.searchTableName {