nchammas commented on PR #44885: URL: https://github.com/apache/spark/pull/44885#issuecomment-1910834241
cc @gengliangwang and @grundprinzip. I am trying to fix how code and text inside tables wrap, but I found it very difficult to do due to a few problems in `custom.css`. This PR makes an initial round of cleanup. In a future PR, I intend to reduce our use of the `.global` class selector, which is very invasive due to its [specificity][1], and makes it harder to define simple styling rules for tables. [1]: https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity -- 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]
