You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ni...@apache.org on 2021/01/06 13:36:01 UTC

[ranger] branch master updated: RANGER-3120 : [Ranger Latest UI] Long tag based service names are not shown correctly.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new fcda16e  RANGER-3120 : [Ranger Latest UI] Long tag based service names are not shown correctly.
fcda16e is described below

commit fcda16ee7ce14abdf2fc16a83c3f64cb591f3401
Author: Dhaval Rajpara <dh...@gmail.com>
AuthorDate: Wed Dec 16 15:30:57 2020 +0530

    RANGER-3120 : [Ranger Latest UI] Long tag based service names are not shown correctly.
    
    Signed-off-by: Nitin Galave <ni...@apache.org>
---
 security-admin/src/main/webapp/styles/xa.css | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/security-admin/src/main/webapp/styles/xa.css b/security-admin/src/main/webapp/styles/xa.css
index 2e2ca76..8d96f6b 100644
--- a/security-admin/src/main/webapp/styles/xa.css
+++ b/security-admin/src/main/webapp/styles/xa.css
@@ -2388,6 +2388,15 @@ textarea:read-only{
   display: inline-block;
 }
 
+.sidebar-list .serviceNameEllipsis {
+  max-width: calc(100% - 30px);
+  overflow: hidden;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+  vertical-align: sub;
+  display: inline-block;
+}
+
 .resourceGrp {
   display: block;
   padding: 5px;