mirror of
https://github.com/go-gitea/gitea.git
synced 2026-04-26 19:14:46 +00:00
Also fix misc discovered issues. Signed-off-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: Claude (Opus 4.7) <noreply@anthropic.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
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);
|
|
}
|