XdithyX commented on code in PR #55626:
URL: https://github.com/apache/spark/pull/55626#discussion_r3174245356
##########
core/src/main/scala/org/apache/spark/ui/PagedTable.scala:
##########
@@ -219,7 +219,7 @@ private[spark] trait PagedTable[T] {
}
<div class="d-flex justify-content-between align-items-center">
- <div class="d-flex align-items-center">
+ <div class="d-flex align-items-center mb-3">
Review Comment:
@sarutak Thanks for pointing this out! You're right, the margin should be
applied to the outer flex container to keep alignment consistent.
I’ve updated the change accordingly. The earlier version mistakenly applied
mb-3 to the inner container.
Also, I have enabled github actions on my fork, CI is currently running.
Added screenshots for Jobs page as well.
Thanks!
--
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]