theshazkhan opened a new issue, #36904: URL: https://github.com/apache/superset/issues/36904
## Screenshot <img width="1396" height="909" alt="Image" src="https://github.com/user-attachments/assets/c9db5ef3-9aef-4462-945a-549d1b898623" /> ## Description When clicking on a cell containing multiline text (e.g. stack traces with newline characters), the modal popup displays all the text on a single line instead of preserving the line breaks. Expected behaviour: Newlines in the cell content should be rendered as line breaks in the modal. Actual behaviour: All text appears on one continuous line, making stack traces and other multiline content difficult to read. Suggested fix: Add white-space: pre-wrap to the .ant-modal-body CSS class. This preserves newline characters and renders them correctly. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
