rbelavadi opened a new pull request, #5677: URL: https://github.com/apache/texera/pull/5677
### What changes were proposed in this PR? Fixes the description truncation part of #4494 (operator name truncation was already addressed separately per maintainer comment). Long operator descriptions in the property editor panel break the layout and make the panel harder to read. This change clamps the description text to 3 lines with an ellipsis, and shows the full description in a tooltip on hover using the existing `nz-tooltip` component already used throughout the project. Before: long descriptions overflow with no limit After: descriptions clamp to 3 lines with `...`, full text visible on hover ### Any related issues, documentation, discussions? Fixes #4494 ### How was this PR tested? Manually reviewed the CSS changes. Local test execution failed due to a pre-existing `tslib` version mismatch in the project dependencies (unrelated to this change). The modification is limited to CSS line-clamping and an `nz-tooltip` attribute - no logic changes were made. ### Was this PR authored or co-authored using generative AI tooling? Co-authored using Claude (Anthropic). Changes were reviewed and verified by the author. -- 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]
