Skip to content

Commit

Permalink
[JENKINS-70809] - Fix "delete build" button overflow the side-panel (#…
Browse files Browse the repository at this point in the history
…7735)

* [JENKINS-70809]fixup "delete build" button overflow the side-panel

Signed-off-by: bright.ma <maminghui6@xiaomi.com>

* [JENKINS-70809] add word-break to task-link-text

Signed-off-by: bright.ma <maminghui6@xiaomi.com>

---------

Signed-off-by: bright.ma <maminghui6@xiaomi.com>
Co-authored-by: bright.ma <maminghui6@xiaomi.com>
  • Loading branch information
mamh2021 and bright.ma committed Mar 25, 2023
1 parent 1d36fe3 commit 2e2b00a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions war/src/main/less/modules/side-panel-tasks.less
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@

.task-link-text {
display: contents;
word-break: break-word;
}

&--active {
Expand Down

0 comments on commit 2e2b00a

Please sign in to comment.