Fix incomplete Actions status aggregations (#32859)

fix #32857
This commit is contained in:
wxiaoguang 2024-12-16 11:18:00 +08:00 committed by GitHub
parent 276f43330c
commit d28a4843b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 106 additions and 38 deletions

View file

@ -551,11 +551,13 @@ export function initRepositoryActionView() {
.action-info-summary-title {
display: flex;
align-items: center;
gap: 0.5em;
}
.action-info-summary-title-text {
font-size: 20px;
margin: 0 0 0 8px;
margin: 0;
flex: 1;
overflow-wrap: anywhere;
}