You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ni...@apache.org on 2019/06/04 06:03:58 UTC

[atlas] 02/02: ATLAS-3228 UI: Dots appearing in select column in Search page.

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

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

commit af25456d7a2110d27295c1249cec3795bfb5b51e
Author: gutkaBinit <bi...@gmail.com>
AuthorDate: Mon May 27 16:48:56 2019 +0530

    ATLAS-3228 UI: Dots appearing in select column in Search page.
    
    Signed-off-by: nixonrodrigues <ni...@apache.org>
---
 dashboardv2/public/css/scss/table.scss | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dashboardv2/public/css/scss/table.scss b/dashboardv2/public/css/scss/table.scss
index 63d88b8..7ce6b66 100644
--- a/dashboardv2/public/css/scss/table.scss
+++ b/dashboardv2/public/css/scss/table.scss
@@ -74,8 +74,15 @@ tr.empty {
         white-space: normal;
     }
 
-    .select-all-header-cell {
+    th.renderable.html-cell,
+    td.renderable.html-cell {
+        max-width: 250px;
+    }
+
+    .select-all-header-cell,
+    .select-row-cell {
         width: 42px;
+        text-overflow: clip;
     }
 
     thead {