Skip to content

Commit

Permalink
[SPARK-49294][UI] Add width attribute for shuffle-write-time checkbox
Browse files Browse the repository at this point in the history
### 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
![MEITU_20240819_105642523](https://github.com/user-attachments/assets/1e4e9639-a949-4fc3-86f4-7cb65d6d9c73)

### 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 apache#47798 from xunxunmimi5577/add-width-style-for-shuffle_write_time-checkbox.

Authored-by: xunxunmimi5577 <[email protected]>
Signed-off-by: panbingkun <[email protected]>
  • Loading branch information
xunxunmimi5577 authored and panbingkun committed Dec 2, 2024
1 parent e7071c0 commit 05728e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/src/main/resources/org/apache/spark/ui/static/webui.css
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,10 @@ a.downloadbutton {
width: 170px;
}

.shuffle-write-time-checkbox-div {
width: 155px;
}

.result-serialization-time-checkbox-div {
width: 185px;
}
Expand Down

0 comments on commit 05728e4

Please sign in to comment.