KOYR opened a new issue, #3905: URL: https://github.com/apache/hertzbeat/issues/3905
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior <img width="525" height="392" alt="Image" src="https://github.com/user-attachments/assets/d922035a-4870-470a-80f9-4d9979e68664" /> The overflowing text content in the Settings/Labels page is vertically clipped, causing the bottom of the text to be cut off. A misaligned or incorrectly sized red border appears around the clipped area. (The red border suggests a warning or error state, but its improper rendering makes the issue worse). ### Expected Behavior Text Handling: The component should handle overflow gracefully: Ideally, the text should display an ellipsis (...) at the end, and the full content should be accessible via a tooltip on hover. Alternatively, the text should wrap if the container height is designed to accommodate multiple lines. Border/Style: The bounding box (e.g., the red border for the error state) should correctly encompass the entire expected content area and not cut off the text. ### Steps To Reproduce 1. Create or load a data entry with an identifier string that is long enough to overflow the container's designated display width.Example string shown in the image: TEST:XXXXONE - XXXXTWO - XXXTHREE 2. View the list or card containing this long entry. ### Environment ```markdown HertzBeat version(s): 1.7.3 ``` ### Debug logs _No response_ ### Anything else? _No response_ -- 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: notifications-unsubscr...@hertzbeat.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@hertzbeat.apache.org For additional commands, e-mail: notifications-h...@hertzbeat.apache.org
