fix(ui): prevent overflow of branch selector in commit graph (#6617)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6617
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Reviewed-by: Otto <otto@codeberg.org>
This commit is contained in:
Otto 2025-01-20 15:26:49 +00:00
commit aa986ef1a6
2 changed files with 31 additions and 7 deletions

View file

@ -23,6 +23,18 @@
#git-graph-heading {
align-items: center;
}
#git-graph-heading-left {
margin-right: 1rem;
}
#git-graph-heading h2 {
flex-shrink: 0;
}
#git-graph-container #flow-select-refs-dropdown {
min-width: 250px;
}
}
@media (max-width: 767.98px) {
@ -34,15 +46,10 @@
#git-graph-heading-left {
margin-bottom: 1rem;
}
h2,
#flow-select-refs-dropdown {
max-width: 100%;
}
}
#git-graph-container #flow-select-refs-dropdown {
min-width: 250px;
flex-wrap: wrap;
}
#git-graph-container #flow-select-refs-dropdown .ui.label {