Files
bytedream 32fdfb0bd6 Fix button layout shift when collapsing file tree in editor (#37363)
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]>
2026-04-22 18:46:25 +00:00

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);
}