Brijesh619 commented on code in PR #737:
URL: https://github.com/apache/atlas/pull/737#discussion_r3927384230


##########
dashboardv2/public/css/scss/graph.scss:
##########
@@ -99,6 +99,13 @@
         margin-bottom: 5px;
         text-align: left;
 
+        &.entity-list-item {

Review Comment:
   I have updated dashboardv2/public/css/scss/graph.scss to move the truncation 
properties (white-space: nowrap, overflow: hidden, text-overflow: ellipsis) 
onto .entity-list-item .entity-type-name with display: inline-block and 
max-width: 100%.
   
   This matches the pattern used for .relationship-card-link in 
relationship.scss and ensures long text inside <a> or <span> elements truncates 
cleanly with an ellipsis.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to