Brijesh619 opened a new pull request, #665: URL: https://github.com/apache/atlas/pull/665
UI & Layout Improvements (DialogShowMoreLess) Chip Sizing & Truncation: Reduced the maximum chip width from 200px to 100px. Added proper text truncation (overflow: hidden, textOverflow: ellipsis, whiteSpace: nowrap) to ensure long text in chips is handled gracefully without overflowing boundaries. Tag List Layout: Refactored the tag-list container to dynamically switch to a structured CSS Grid layout when isShowMoreLess is true, ensuring proper alignment of elements instead of relying purely on flex-wrapping. Icon Alignment: Prevented the More Options and Add icons from shrinking when the container lacks space by adding flexShrink: 0 and optimizing padding. Label Resolution: Updated the getLabel logic to appropriately reuse the checkSuperTypes utility for both "Classification" and "Propagated Classification" column types. Toast Messaging: Improved the string formatting of the success toast message when a term/association is successfully removed. Search Results Table (SearchResult) Column Sizing: Explicitly defined a column size of 100 for both the Owner and Type columns in the Search Results table. Table Wrapper: Wrapped the <TableLayout /> component in a new search-result-table-wrapper container to provide better structural styling control. Code Cleanup: Refactored and cleaned up the class name interpolation for the entity Link component. -- 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]
