gengliangwang commented on code in PR #44096:
URL: https://github.com/apache/spark/pull/44096#discussion_r1411281401
##########
docs/css/custom.css:
##########
@@ -1111,5 +1111,18 @@ img {
table {
width: 100%;
overflow-wrap: normal;
+ border-collapse: collapse; /* Ensures that the borders collapse into a
single border */
}
+table th, table td {
+ border: 1px solid #cccccc; /* Adds a border to each table header and data
cell */
Review Comment:
I tried the striped style but it was not very clear when there is long text
( you can find it in the commit history):
<img width="918" alt="image"
src="https://github.com/apache/spark/assets/1097932/8e1eca17-a44d-43ca-9b58-0f96f1995e2d">
--
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]