Fix: wrap long words without spaces in dropdowns (#13945)

This commit is contained in:
shamoon
2026-09-02 13:33:48 -07:00
committed by GitHub
parent 07f1a356f8
commit 1ba1f2b9c2
@@ -7,6 +7,8 @@
padding-left: calc(calc(var(--depth) - 2) * 1rem);
display: flex;
align-items: center;
min-width: 0;
overflow-wrap: anywhere;
.indicator {
display: inline-block;
@@ -18,3 +20,7 @@
margin-left: .5rem;
}
}
.badge {
flex-shrink: 0;
}