This is an automated email from the ASF dual-hosted git repository.
panbingkun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 05728e4ff64e [SPARK-49294][UI] Add width attribute for
shuffle-write-time checkbox
05728e4ff64e is described below
commit 05728e4ff64e6684d7c6501f8a079e3b9aded9ed
Author: xunxunmimi5577 <[email protected]>
AuthorDate: Mon Dec 2 16:38:14 2024 +0800
[SPARK-49294][UI] Add width attribute for shuffle-write-time checkbox
### What changes were proposed in this pull request?
The pr aims to add the style for `shuffle-write-time-checkbox-div` and set
the width to be `155` pixels.
### Why are the changes needed?
Fix bug for UI.
The tip of `shuffle-write-time` appears in an strange position before this
change.
As shown below

### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Manually check.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #47798 from
xunxunmimi5577/add-width-style-for-shuffle_write_time-checkbox.
Authored-by: xunxunmimi5577
<[email protected]>
Signed-off-by: panbingkun <[email protected]>
---
core/src/main/resources/org/apache/spark/ui/static/webui.css | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/core/src/main/resources/org/apache/spark/ui/static/webui.css
b/core/src/main/resources/org/apache/spark/ui/static/webui.css
index ca7c1f8ba65e..bf9b230446b2 100755
--- a/core/src/main/resources/org/apache/spark/ui/static/webui.css
+++ b/core/src/main/resources/org/apache/spark/ui/static/webui.css
@@ -361,6 +361,10 @@ a.downloadbutton {
width: 170px;
}
+.shuffle-write-time-checkbox-div {
+ width: 155px;
+}
+
.result-serialization-time-checkbox-div {
width: 185px;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]