fix(ui): prevent label overflow in PR CI checks on mobile (#11287)

fix #11266

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11287
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Co-authored-by: panc <pan0xc@foxmail.com>
Co-committed-by: panc <pan0xc@foxmail.com>
This commit is contained in:
panc 2026-02-16 12:59:14 +01:00 committed by 0ko
parent b66a76686d
commit e1cecbd276

View file

@ -2675,16 +2675,8 @@ tbody.commit-list {
gap: 8px;
}
@media (max-width: 767.98px) {
.commit-status-item .status-details {
flex-direction: column;
align-items: flex-end;
justify-content: center;
}
}
.commit-status-item .status-details > span {
padding-right: 0.5em; /* To match the alignment with the "required" label */
padding-right: 0.5em; /* To avoid scrollbar occlusion */
}
.search-fullname {