mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-27 01:31:45 +02:00
11 lines
168 B
CSS
11 lines
168 B
CSS
.breadcrumb {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 3px;
|
|
overflow-wrap: anywhere;
|
|
}
|
|
|
|
.breadcrumb .breadcrumb-divider {
|
|
color: var(--color-text-light-2);
|
|
}
|