mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-07 08:50:01 -04:00
32fdfb0bd6
Also fix misc discovered issues. Signed-off-by: wxiaoguang <[email protected]> Co-authored-by: silverwind <[email protected]> Co-authored-by: Claude (Opus 4.7) <[email protected]> Co-authored-by: wxiaoguang <[email protected]>
12 lines
187 B
CSS
12 lines
187 B
CSS
.breadcrumb {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
gap: 3px;
|
|
overflow-wrap: anywhere;
|
|
}
|
|
|
|
.breadcrumb .breadcrumb-divider {
|
|
color: var(--color-text-light-2);
|
|
}
|