This is an automated email from the ASF dual-hosted git repository.
ni3galave pushed a commit to branch ranger-2.2
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/ranger-2.2 by this push:
new 2d2aaa1 RANGER-3120 : [Ranger Latest UI] Long tag based service names
are not shown correctly.
2d2aaa1 is described below
commit 2d2aaa10493338d9912690238b8965e5ced0e1b2
Author: Dhaval Rajpara <[email protected]>
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 <[email protected]>
---
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 ecfb26f..3cd90e1 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;