mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-05-12 22:10:25 +00:00
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:
parent
b66a76686d
commit
e1cecbd276
1 changed files with 1 additions and 9 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue