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

nbonte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new 62a295a  ATLAS-4166:UI: Misalignment happened on entity page, when 
resized the browser window fixed
62a295a is described below

commit 62a295ad19a62ce45e005e55fed25c4e40fb4862
Author: prasad pawar <[email protected]>
AuthorDate: Thu Feb 25 08:20:20 2021 +0530

    ATLAS-4166:UI: Misalignment happened on entity page, when resized the 
browser window fixed
    
    Signed-off-by: Nikhil Bonte <[email protected]>
---
 dashboardv2/public/css/scss/table.scss | 2 +-
 dashboardv3/public/css/scss/table.scss | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dashboardv2/public/css/scss/table.scss 
b/dashboardv2/public/css/scss/table.scss
index 3db8a4c..2eae3e5 100644
--- a/dashboardv2/public/css/scss/table.scss
+++ b/dashboardv2/public/css/scss/table.scss
@@ -276,7 +276,7 @@ td {
     pre.scroll-y {
         max-height: 200px;
         overflow-y: auto;
-        word-break: break-word;
+        word-break: break-all;
     }
 
     &.searchTableName {
diff --git a/dashboardv3/public/css/scss/table.scss 
b/dashboardv3/public/css/scss/table.scss
index 6b78edf..1bebe63 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-word;
+        word-break: break-all;
     }
 
     &.searchTableName {

Reply via email to