[JENKINS-73437] Fix build history no automatic line wrapping (#9693)

* Fix build history no automatic line wrapping

* Update _job.scss
This commit is contained in:
Yen Cheng Lin 2024-10-02 22:44:36 +08:00 committed by GitHub
parent 7a1c2ce67a
commit 9036086e29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -129,9 +129,12 @@
font-weight: 450;
flex-grow: 1;
padding: 0.45rem 0 0;
word-break: normal;
overflow-wrap: anywhere;
.app-builds-container__item__time {
color: var(--text-color-secondary);
white-space: nowrap;
}
}
@ -168,6 +171,8 @@
padding-left: 2.25rem;
margin-top: -2px;
grid-column: 1 / span 2;
word-break: normal;
overflow-wrap: anywhere;
&::before {
content: "";