yaooqinn commented on code in PR #44423:
URL: https://github.com/apache/spark/pull/44423#discussion_r1433357518
##########
docs/css/custom.css:
##########
@@ -1112,11 +1112,13 @@ table {
width: 100%;
overflow-wrap: normal;
border-collapse: collapse; /* Ensures that the borders collapse into a
single border */
+ word-break: normal;
}
table th, table td {
border: 1px solid #cccccc; /* Adds a border to each table header and data
cell */
padding: 6px 13px; /* Optional: Adds padding inside each cell for better
readability */
+ max-width: 895px; /* Adjusted to `max-width(914px) of .content - padding` to
avoid hidden content from a single cell */
Review Comment:
No.
--
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]