nchammas commented on code in PR #44423:
URL: https://github.com/apache/spark/pull/44423#discussion_r1432957322
##########
docs/css/bootstrap.min.css:
##########
@@ -1,7 +0,0 @@
-/*!
Review Comment:
Why delete these bootstrap files btw?
##########
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:
Hmm, so without this some table cells hide their content?
##########
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;
Review Comment:
If you add `overflow-x: auto;` here, does it solve the problem without
needing all the new `div`s?
--
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]