This is an automated email from the ASF dual-hosted git repository.
nbonte 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 b262954 ATLAS-4166:UI: Misalignment happened on entity page, when
resized the browser window fixed
b262954 is described below
commit b26295430a4859584ff63ef73a8ebafccb0a85a5
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]>
(cherry picked from commit 62a295ad19a62ce45e005e55fed25c4e40fb4862)
---
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 {